From 66b43560f7cf25b20ecb78a85dc17fe1f975bb48 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 24 Oct 2023 22:53:05 +0800 Subject: pass extras to tools --- xmake/modules/core/tools/ld.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/core/tools/ld.lua') 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" -- cgit v1.3.1