diff options
| -rw-r--r-- | xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,8 @@ add_requires( "vcpkg::zstd" ) +add_requires("7z") -- for bundling + if not is_arch("arm64") then add_requires( "vcpkg::mimalloc", @@ -63,6 +65,7 @@ if is_os("windows") then "_WIN32_WINNT=0x0A00" ) add_cxxflags("/d1trimfile:$(curdir)\\") + add_cxxflags("/Zc:preprocessor") -- Enable preprocessor conformance mode -- add_ldflags("/MAP") end |