aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-22 19:23:27 +0200
committerStefan Boberg <[email protected]>2021-09-22 19:23:27 +0200
commit2de9e9eba65975eea40055effb76a153d260dbdb (patch)
treef41853e4e810cd9306aebfec68d35401412aed81
parentImproved error message when lua config file parsing fails. (diff)
downloadzen-2de9e9eba65975eea40055effb76a153d260dbdb.tar.xz
zen-2de9e9eba65975eea40055effb76a153d260dbdb.zip
Added map file generation option (commented out by default)
-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")