--- tools/build/src/engine/build.sh.orig 2024-12-04 19:53:38.000000000 -0500 +++ tools/build/src/engine/build.sh 2024-12-30 13:06:10.000000000 -0500 @@ -391,7 +391,7 @@ clang|clang-*) CXX_VERSION_OPT=${CXX_VERSION_OPT:---version} - B2_CXXFLAGS_RELEASE="-O3 -s -Wno-deprecated-declarations" + B2_CXXFLAGS_RELEASE="-O3 -Wno-deprecated-declarations" B2_CXXFLAGS_DEBUG="-O0 -fno-inline -g -Wno-deprecated-declarations" ;;