diff options
Diffstat (limited to 'xmake/modules/core/tools/ld.lua')
| -rw-r--r-- | xmake/modules/core/tools/ld.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/ld.lua b/xmake/modules/core/tools/ld.lua index e933a847c..29917f70e 100644 --- a/xmake/modules/core/tools/ld.lua +++ b/xmake/modules/core/tools/ld.lua @@ -38,7 +38,7 @@ function init(self) end -- make the strip flag -function nf_strip(self, level, target) +function nf_strip(self, level) local maps = { debug = "-S" , all = "-s" |
