Pier Angelo Vendrame pushed to branch base-browser-128.5.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
47f3899c
by NoisyCoil at 2024-12-04T10:40:10+01:00
1 changed file:
Changes:
| 1 | +. $topsrcdir/browser/config/mozconfigs/base-browser
|
|
| 2 | + |
|
| 3 | +# This mozconfig file is not used in official builds.
|
|
| 4 | +# It is only intended to be used when doing incremental Linux builds
|
|
| 5 | +# during development.
|
|
| 6 | + |
|
| 7 | +# Moz switched to lld for all Linux targets in Bug 1839739.
|
|
| 8 | +ac_add_options --enable-linker=lld
|
|
| 9 | + |
|
| 10 | +export MOZILLA_OFFICIAL=
|
|
| 11 | + |
|
| 12 | +ac_add_options --enable-default-toolkit=cairo-gtk3
|
|
| 13 | + |
|
| 14 | +ac_add_options --disable-strip
|
|
| 15 | +ac_add_options --disable-install-strip
|
|
| 16 | + |
|
| 17 | +ac_add_options --with-base-browser-version=dev-build
|
|
| 18 | +ac_add_options --disable-base-browser-update |