mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
Refactor build configurations to standardize runner environments and update LTO settings in mozconfig
This commit is contained in:
@@ -56,8 +56,9 @@ if test "$ZEN_RELEASE"; then
|
||||
if ! test "$ZEN_DISABLE_LTO"; then
|
||||
# only enable full LTO when ZEN_RELEASE_BRANCH is 'release'
|
||||
if test "$ZEN_RELEASE_BRANCH" = "release"; then
|
||||
export MOZ_LTO=cross,full
|
||||
ac_add_options --enable-lto=cross,full
|
||||
# TODO: make it "full" once we have the resources to build it
|
||||
export MOZ_LTO=cross,thin
|
||||
ac_add_options --enable-lto=cross,thin
|
||||
else
|
||||
export MOZ_LTO=cross,thin
|
||||
ac_add_options --enable-lto=cross,thin
|
||||
|
||||
Reference in New Issue
Block a user