summaryrefslogtreecommitdiff
path: root/xmake/scripts/platform/windows/tools
diff options
context:
space:
mode:
authorruki <[email protected]>2015-07-14 18:24:36 +0800
committerruki <[email protected]>2015-07-14 18:24:36 +0800
commit928101a35f7ef42aa96ad76564b1e120066cbb14 (patch)
treef26503d6c2251dd65118e0503eabef4644e0a1e7 /xmake/scripts/platform/windows/tools
parent48b22f27376341ba8ad8e585bb5b257b50bde048 (diff)
fix mapping flags for compiler and linker
Diffstat (limited to 'xmake/scripts/platform/windows/tools')
-rw-r--r--xmake/scripts/platform/windows/tools/link.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/scripts/platform/windows/tools/link.lua b/xmake/scripts/platform/windows/tools/link.lua
index fe06721f2..84df08694 100644
--- a/xmake/scripts/platform/windows/tools/link.lua
+++ b/xmake/scripts/platform/windows/tools/link.lua
@@ -63,8 +63,6 @@ function link.init(self, name)
-- strip
["-s"] = ""
, ["-S"] = ""
- , ["--strip-all"] = ""
- , ["--strip-debug"] = ""
-- others
, ["-ftrapv"] = ""