mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
Update Firefox version to 134.0.1 in surfer.json and README.md; adjust LTO settings in mozconfig
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user