Pier Angelo Vendrame pushed to branch mullvad-browser-149.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser
Commits:
-
0011bde6
by Pier Angelo Vendrame at 2026-04-07T10:15:55+02:00
5 changed files:
- browser/config/mozconfigs/base-browser
- browser/config/mozconfigs/base-browser-android
- mozconfig-linux-aarch64-dev
- mozconfig-linux-x86_64-dev
- mozconfig-macos-dev
Changes:
| ... | ... | @@ -12,6 +12,7 @@ export MOZILLA_OFFICIAL=1 |
| 12 | 12 | |
| 13 | 13 | ac_add_options --enable-optimize
|
| 14 | 14 | ac_add_options --enable-rust-simd
|
| 15 | +ac_add_options --enable-lto=cross
|
|
| 15 | 16 | |
| 16 | 17 | ac_add_options --disable-unverified-updates
|
| 17 | 18 | ac_add_options --enable-base-browser-update
|
| ... | ... | @@ -5,6 +5,7 @@ export MOZILLA_OFFICIAL=1 |
| 5 | 5 | |
| 6 | 6 | ac_add_options --enable-optimize
|
| 7 | 7 | ac_add_options --enable-rust-simd
|
| 8 | +ac_add_options --enable-lto=cross
|
|
| 8 | 9 | |
| 9 | 10 | ac_add_options --enable-application=mobile/android
|
| 10 | 11 |
| ... | ... | @@ -7,6 +7,9 @@ |
| 7 | 7 | # Moz switched to lld for all Linux targets in Bug 1839739.
|
| 8 | 8 | ac_add_options --enable-linker=lld
|
| 9 | 9 | |
| 10 | +# Disable LTO for dev builds, even though other optimizations are enabled.
|
|
| 11 | +ac_add_options --disable-lto
|
|
| 12 | + |
|
| 10 | 13 | export MOZILLA_OFFICIAL=
|
| 11 | 14 | ac_add_options --with-branding=browser/branding/mb-nightly
|
| 12 | 15 |
| ... | ... | @@ -7,6 +7,9 @@ |
| 7 | 7 | # Moz switched to lld for all Linux targets in Bug 1839739.
|
| 8 | 8 | ac_add_options --enable-linker=lld
|
| 9 | 9 | |
| 10 | +# Disable LTO for dev builds, even though other optimizations are enabled.
|
|
| 11 | +ac_add_options --disable-lto
|
|
| 12 | + |
|
| 10 | 13 | export MOZILLA_OFFICIAL=
|
| 11 | 14 | ac_add_options --with-branding=browser/branding/mb-nightly
|
| 12 | 15 |
| ... | ... | @@ -4,6 +4,9 @@ |
| 4 | 4 | # It is only intended to be used when doing incremental macOS builds
|
| 5 | 5 | # during development.
|
| 6 | 6 | |
| 7 | +# Disable LTO for dev builds, even though other optimizations are enabled.
|
|
| 8 | +ac_add_options --disable-lto
|
|
| 9 | + |
|
| 7 | 10 | export MOZILLA_OFFICIAL=
|
| 8 | 11 | |
| 9 | 12 | ac_add_options --disable-strip
|