diff options
| -rwxr-xr-x | thirdparty/Oodle/lib/Linux_x64/liboo2corelinux64.a | bin | 2593542 -> 2554576 bytes | |||
| -rw-r--r-- | xmake.lua | 5 |
2 files changed, 0 insertions, 5 deletions
diff --git a/thirdparty/Oodle/lib/Linux_x64/liboo2corelinux64.a b/thirdparty/Oodle/lib/Linux_x64/liboo2corelinux64.a Binary files differindex dee0353e5..bf3c0a296 100755 --- a/thirdparty/Oodle/lib/Linux_x64/liboo2corelinux64.a +++ b/thirdparty/Oodle/lib/Linux_x64/liboo2corelinux64.a @@ -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") |