| author | |
| committer | |
| log | 9574d6888e82838e618a93cd7c4dd17c2b5b67d6 |
| tree | 76e3f60235616f2c553cff9ae9dbabbde4f38f59 |
| parent | 1f7ca6b2dfca66032342c82ec25ae28e6ec02e21 |
| signature |
Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>1 files changed, 2 insertions(+), 1 deletions(-)
build.zig+2-1| ... | ... | @@ -650,9 +650,10 @@ const exe_cflags = [_][]const u8{ |
| 650 | 650 | "-D__STDC_FORMAT_MACROS", |
| 651 | 651 | "-D__STDC_LIMIT_MACROS", |
| 652 | 652 | "-D_GNU_SOURCE", |
| 653 | "-fvisibility-inlines-hidden", | |
| 654 | 653 | "-fno-exceptions", |
| 655 | 654 | "-fno-rtti", |
| 655 | "-fno-stack-protector", | |
| 656 | "-fvisibility-inlines-hidden", | |
| 656 | 657 | "-Wno-type-limits", |
| 657 | 658 | "-Wno-missing-braces", |
| 658 | 659 | "-Wno-comment", |