authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-01-29 12:57:24-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-01-29 12:57:24-07:00
log5bdc8f9d897e146aaa38cb55501ccfff8ccaf013
tree8e873c96d209ba1856ab5120e8fb8bd3bd82cdb5
parent501a6bdddf3d655e8d11dbafc4a626e368bcb951

build.zig: llvm c++ files require -std=c++17


1 files changed, 1 insertions(+), 1 deletions(-)

build.zig+1-1
...@@ -524,7 +524,7 @@ fn addCompilerStep(b: *Builder) *std.build.LibExeObjStep {...@@ -524,7 +524,7 @@ fn addCompilerStep(b: *Builder) *std.build.LibExeObjStep {
524}524}
525525
526const exe_cflags = [_][]const u8{526const exe_cflags = [_][]const u8{
527 "-std=c++14",527 "-std=c++17",
528 "-D__STDC_CONSTANT_MACROS",528 "-D__STDC_CONSTANT_MACROS",
529 "-D__STDC_FORMAT_MACROS",529 "-D__STDC_FORMAT_MACROS",
530 "-D__STDC_LIMIT_MACROS",530 "-D__STDC_LIMIT_MACROS",