aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-06-18 13:58:42 +0200
committerDan Engelbrecht <[email protected]>2025-06-18 13:58:55 +0200
commitb32ed482f6772971f33ec101aaa34170daa45800 (patch)
tree12218bcc4d8f903c892c8fbe28def7edecdde12a /xmake.lua
parent5.6.13-pre2 (diff)
downloadzen-b32ed482f6772971f33ec101aaa34170daa45800.tar.xz
zen-b32ed482f6772971f33ec101aaa34170daa45800.zip
remove explicit set_strip statement
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index 5f45ae91d..46c403c11 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -191,7 +191,6 @@ set_languages("cxx20")
-- always generate debug information
set_symbols("debug")
-set_strip("all")
includes("src/transports")
includes("src/zenbase")