Refactor LTO configuration across platforms and update version numbers in surfer.json

This commit is contained in:
mr. M
2024-12-22 12:06:22 +01:00
parent 7f9fd7ef06
commit fce8d134a3
7 changed files with 28 additions and 29 deletions

View File

@@ -11,11 +11,6 @@ ac_add_options MOZ_PGO=1
ac_add_options --enable-clang-plugin
if ! test "$ZEN_DISABLE_LTO"; then
export MOZ_LTO=cross,thin
ac_add_options --enable-lto=cross,thin
fi
if test "$SURFER_COMPAT" = "x86_64"; then
ac_add_options --target=x86_64-apple-darwin