diff options
| author | Per Larsson <[email protected]> | 2021-09-22 21:21:27 +0200 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-09-22 21:21:27 +0200 |
| commit | 7ba8fc0fdb85669fa8103b0289c999b15643348b (patch) | |
| tree | a4baf212f0e24eae22d14600391c9603ee652d80 /xmake.lua | |
| parent | Made upstream endpoints more resilient to failures by checking health/reconne... (diff) | |
| parent | Added map file generation option (commented out by default) (diff) | |
| download | zen-7ba8fc0fdb85669fa8103b0289c999b15643348b.tar.xz zen-7ba8fc0fdb85669fa8103b0289c999b15643348b.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") |