aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
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 cc9458bdd..db4ddb197 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -62,6 +62,7 @@ if is_os("windows") then
"WIN32_LEAN_AND_MEAN", -- cut down Windows.h
"_WIN32_WINNT=0x0A00"
)
+ add_cxxflags("/d1trimfile:$(curdir)\\")
-- add_ldflags("/MAP")
end