summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/emcc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/core/tools/emcc.lua')
-rw-r--r--xmake/modules/core/tools/emcc.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmake/modules/core/tools/emcc.lua b/xmake/modules/core/tools/emcc.lua
index 8ec5ca4ea..354f68d28 100644
--- a/xmake/modules/core/tools/emcc.lua
+++ b/xmake/modules/core/tools/emcc.lua
@@ -23,12 +23,6 @@ inherit("gcc")
-- make the strip flag
function nf_strip(self, level)
- local maps =
- {
- debug = "-Wl,-S"
- , all = "-s"
- }
- return maps[level]
end
-- make the rpathdir flag