aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index ea7183900..5f45ae91d 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -191,7 +191,7 @@ set_languages("cxx20")
-- always generate debug information
set_symbols("debug")
-set_strip("none")
+set_strip("all")
includes("src/transports")
includes("src/zenbase")