summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-19 11:11:30 +0800
committerruki <[email protected]>2020-09-19 11:11:30 +0800
commit93236f01c005ed4ea1f961558769bb0fd02ea4d2 (patch)
tree008b3d70f141567f06ace0a4661cb5f52d1d1a1a /xmake/modules/core/tools
parent31746c6a7856205fc1336d4bbc6cd303a4466e51 (diff)
improve emcc and wasm
Diffstat (limited to 'xmake/modules/core/tools')
-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