diff options
| author | Per Larsson <[email protected]> | 2022-01-05 10:05:22 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2022-01-05 10:05:22 +0100 |
| commit | da1ebfbac38e37eab58873a3f1bd7ed75a46c188 (patch) | |
| tree | 385ce8bc8a311c46de675c3ae3df9c48a7572618 /xmake.lua | |
| parent | Support GC configuration from LUA. (diff) | |
| parent | Added a build of BLAKE3 for Mac (diff) | |
| download | zen-nightly.tar.xz zen-nightly.zip | |
Merge branch 'main' of https://github.com/EpicGames/zennightly
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |