Update Firefox version to 134.0.1 in surfer.json and README.md; adjust LTO settings in mozconfig

This commit is contained in:
mr. M
2025-01-14 16:46:55 +01:00
parent 62df1fbc59
commit 9fd989106d
6 changed files with 16 additions and 7 deletions

View File

@@ -59,8 +59,8 @@ if test "$ZEN_RELEASE"; then
# only enable full LTO when ZEN_RELEASE_BRANCH is 'release'
if test "$ZEN_RELEASE_BRANCH" = "release"; then
# TODO: make it "full" once we have the resources to build it
export MOZ_LTO=cross,thin
ac_add_options --enable-lto=cross,thin
export MOZ_LTO=cross,full
ac_add_options --enable-lto=cross,full
else
export MOZ_LTO=cross,thin
ac_add_options --enable-lto=cross,thin