diff options
| author | ruki <[email protected]> | 2020-09-19 11:11:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-19 11:11:30 +0800 |
| commit | 93236f01c005ed4ea1f961558769bb0fd02ea4d2 (patch) | |
| tree | 008b3d70f141567f06ace0a4661cb5f52d1d1a1a /xmake/modules | |
| parent | 31746c6a7856205fc1336d4bbc6cd303a4466e51 (diff) | |
improve emcc and wasm
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/core/tools/emcc.lua | 6 |
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 |
