diff options
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -46,6 +46,13 @@ if is_os("windows") then -- add_ldflags("/MAP") end +if is_os("linux") then + add_cxxflags("-Wno-unused-variable") + add_cxxflags("-Wno-unused-parameter") + add_cxxflags("-Wno-strict-aliasing") + add_cxxflags("-Wno-implicit-fallthrough") +end + add_defines("USE_SENTRY=1") add_defines("ZEN_USE_MIMALLOC=1") |