summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/zig.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/core/tools/zig.lua')
-rw-r--r--xmake/modules/core/tools/zig.lua7
1 files changed, 3 insertions, 4 deletions
diff --git a/xmake/modules/core/tools/zig.lua b/xmake/modules/core/tools/zig.lua
index f0d6c5d98..88cfd0936 100644
--- a/xmake/modules/core/tools/zig.lua
+++ b/xmake/modules/core/tools/zig.lua
@@ -36,10 +36,9 @@ end
-- make the strip flag
function nf_strip(self, level)
- local maps =
- {
- debug = "--strip"
- , all = "--strip"
+ local maps = {
+ debug = "--strip"
+ , all = "--strip"
}
return maps[level]
end