From 447b55d0e8f007bc5c5164cf92fdff47904192a2 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 14 Nov 2022 22:45:28 +0800 Subject: update zig tests --- xmake/modules/core/tools/zig.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmake/modules/core/tools/zig.lua') diff --git a/xmake/modules/core/tools/zig.lua b/xmake/modules/core/tools/zig.lua index c722c700b..8fb7c0b9f 100644 --- a/xmake/modules/core/tools/zig.lua +++ b/xmake/modules/core/tools/zig.lua @@ -37,8 +37,8 @@ end -- make the strip flag function nf_strip(self, level) local maps = { - debug = "--strip" - , all = "--strip" + debug = "-fstrip" + , all = {"-fstrip", "-dead_strip"} } return maps[level] end -- cgit v1.3.1