diff options
| author | Liam Mitchell <[email protected]> | 2025-06-19 00:31:20 -0700 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-06-19 09:31:20 +0200 |
| commit | f8d5f686f9f1c415a169592c9576cb301bcc9556 (patch) | |
| tree | ae1551d05890495bf8800c660c90d5f3d8ba6b44 /xmake.lua | |
| parent | make sure we unregister from GC before we drop bucket/namespaces (#443) (diff) | |
| download | zen-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.lua | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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") |