aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
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")