fix: windows build
This commit is contained in:
parent
3a321ecfe0
commit
469e26c0d8
4 changed files with 9 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ const cppflags = [_][]const u8{
|
|||
"-Wno-deprecated-declarations",
|
||||
"-Wno-unqualified-std-cast-call",
|
||||
"-Wno-bitwise-instead-of-logical", //for notcurses
|
||||
"-Wno-unused-command-line-argument", //zig passes -fno-rtlib-defaultlib when cross-compiling to windows
|
||||
"-fno-sanitize=undefined",
|
||||
"-gen-cdb-fragment-path",
|
||||
".cache/cdb",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue