diff options
| author | Stefan Boberg <[email protected]> | 2021-09-23 12:39:22 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-23 12:39:22 +0200 |
| commit | 6475458866463133aae760e938b27d98b6ead3d3 (patch) | |
| tree | 5b69ca464a18e996b3c060dcaa6e1ae5ac8e2090 /xmake.lua | |
| parent | cidstore: made all updates log using LogMapping() (diff) | |
| parent | Use /check/health instead of /test/hello. (diff) | |
| download | zen-6475458866463133aae760e938b27d98b6ead3d3.tar.xz zen-6475458866463133aae760e938b27d98b6ead3d3.zip | |
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ end if is_os("windows") then add_defines("_CRT_SECURE_NO_WARNINGS", "_UNICODE", "UNICODE", "_WIN32_WINNT=0x0A00") + -- add_ldflags("/MAP") end add_defines("USE_SENTRY=1") |