--- build/config/apple/symbols.gni.orig 2026-01-10 15:07:30.000000000 +0800 +++ build/config/apple/symbols.gni 2026-02-02 04:51:28.000000000 +0800 @@ -14,14 +14,14 @@ # the //build/toolchain/apple/linker_driver.py. Enabling this will result in # all shared library, loadable module, and executable targets having a dSYM # generated. - enable_dsyms = is_official_build || using_sanitizer + enable_dsyms = false # Strip symbols from linked targets by default. If this is enabled, the # //build/config/apple:strip_all config will be applied to all linked targets. # If custom stripping parameters are required, remove that config from a # linked target and apply custom -Wcrl,strip flags. See # //build/toolchain/apple/linker_driver.py for more information. - enable_stripping = is_official_build + enable_stripping = false # Allow the use of swift/c++ interop. When disabled, features that # depend on swift/c++ interop are excluded from the build.