| author | |
| committer | |
| log | 5bdc8f9d897e146aaa38cb55501ccfff8ccaf013 |
| tree | 8e873c96d209ba1856ab5120e8fb8bd3bd82cdb5 |
| parent | 501a6bdddf3d655e8d11dbafc4a626e368bcb951 |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -524,7 +524,7 @@ fn addCompilerStep(b: *Builder) *std.build.LibExeObjStep { |
| 524 | 524 | } |
| 525 | 525 | |
| 526 | 526 | const exe_cflags = [_][]const u8{ |
| 527 | "-std=c++14", | |
| 527 | "-std=c++17", | |
| 528 | 528 | "-D__STDC_CONSTANT_MACROS", |
| 529 | 529 | "-D__STDC_FORMAT_MACROS", |
| 530 | 530 | "-D__STDC_LIMIT_MACROS", |