aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorLiam Mitchell <[email protected]>2025-06-19 00:31:20 -0700
committerGitHub Enterprise <[email protected]>2025-06-19 09:31:20 +0200
commitf8d5f686f9f1c415a169592c9576cb301bcc9556 (patch)
treeae1551d05890495bf8800c660c90d5f3d8ba6b44 /xmake.lua
parentmake sure we unregister from GC before we drop bucket/namespaces (#443) (diff)
downloadzen-f8d5f686f9f1c415a169592c9576cb301bcc9556.tar.xz
zen-f8d5f686f9f1c415a169592c9576cb301bcc9556.zip
Remove broken debug symbols from Oodle and re-enable symbol stripping (#444)
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake.lua b/xmake.lua
index fa8fecf5a..46c403c11 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -192,11 +192,6 @@ set_languages("cxx20")
-- always generate debug information
set_symbols("debug")
--- temporary workaround for linux build fails with "section [index 46] has invalid sh_entsize: expected 16, but got 0" if we don't strip all symbols
-if is_plat("linux") and "$(env UE_TOOLCHAIN_DIR)" ~= "" then
- set_strip("none")
-end
-
includes("src/transports")
includes("src/zenbase")
includes("src/zencore", "src/zencore-test")