diff options
| author | Stefan Boberg <[email protected]> | 2021-09-22 19:23:27 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-22 19:23:27 +0200 |
| commit | 2de9e9eba65975eea40055effb76a153d260dbdb (patch) | |
| tree | f41853e4e810cd9306aebfec68d35401412aed81 /xmake.lua | |
| parent | Improved error message when lua config file parsing fails. (diff) | |
| download | zen-2de9e9eba65975eea40055effb76a153d260dbdb.tar.xz zen-2de9e9eba65975eea40055effb76a153d260dbdb.zip | |
Added map file generation option (commented out by default)
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") |