aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-09-22 21:21:27 +0200
committerPer Larsson <[email protected]>2021-09-22 21:21:27 +0200
commit7ba8fc0fdb85669fa8103b0289c999b15643348b (patch)
treea4baf212f0e24eae22d14600391c9603ee652d80 /xmake.lua
parentMade upstream endpoints more resilient to failures by checking health/reconne... (diff)
parentAdded map file generation option (commented out by default) (diff)
downloadzen-7ba8fc0fdb85669fa8103b0289c999b15643348b.tar.xz
zen-7ba8fc0fdb85669fa8103b0289c999b15643348b.zip
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index 9e0b5fe2a..9d44ec8d0 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -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")