build.zig: sync "exe_cflags" with CMake

Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
This commit is contained in:
Eric Joldasov 2024-05-14 19:48:19 +05:00 committed by Eric Joldasov
parent 1f7ca6b2df
commit 9574d6888e
No known key found for this signature in database
GPG Key ID: 5C9C69060686B588

View File

@ -650,9 +650,10 @@ const exe_cflags = [_][]const u8{
"-D__STDC_FORMAT_MACROS",
"-D__STDC_LIMIT_MACROS",
"-D_GNU_SOURCE",
"-fvisibility-inlines-hidden",
"-fno-exceptions",
"-fno-rtti",
"-fno-stack-protector",
"-fvisibility-inlines-hidden",
"-Wno-type-limits",
"-Wno-missing-braces",
"-Wno-comment",