summaryrefslogtreecommitdiff
path: root/xmake/scripts/platform
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/scripts/platform')
-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"] = ""