aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-23 12:39:22 +0200
committerStefan Boberg <[email protected]>2021-09-23 12:39:22 +0200
commit6475458866463133aae760e938b27d98b6ead3d3 (patch)
tree5b69ca464a18e996b3c060dcaa6e1ae5ac8e2090 /xmake.lua
parentcidstore: made all updates log using LogMapping() (diff)
parentUse /check/health instead of /test/hello. (diff)
downloadzen-6475458866463133aae760e938b27d98b6ead3d3.tar.xz
zen-6475458866463133aae760e938b27d98b6ead3d3.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")