aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2022-01-05 10:05:22 +0100
committerPer Larsson <[email protected]>2022-01-05 10:05:22 +0100
commitda1ebfbac38e37eab58873a3f1bd7ed75a46c188 (patch)
tree385ce8bc8a311c46de675c3ae3df9c48a7572618 /xmake.lua
parentSupport GC configuration from LUA. (diff)
parentAdded a build of BLAKE3 for Mac (diff)
downloadzen-nightly.tar.xz
zen-nightly.zip
Merge branch 'main' of https://github.com/EpicGames/zennightly
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index e56261f27..03bc1ded5 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -57,7 +57,7 @@ if is_os("windows") then
-- add_ldflags("/MAP")
end
-if is_os("linux") then
+if is_os("linux") or is_os("macosx") then
add_cxxflags("-Wno-unused-value")
add_cxxflags("-Wno-strict-aliasing")
add_cxxflags("-Wno-implicit-fallthrough")