Pier Angelo Vendrame pushed to branch base-browser-115.9.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
91bc2eb9
by NoisyCoil at 2024-04-08T16:28:56+02:00
1 changed file:
Changes:
| 1 | +. $topsrcdir/browser/config/mozconfigs/base-browser
 | |
| 2 | + | |
| 3 | +ac_add_options --target=aarch64-unknown-linux-gnu
 | |
| 4 | + | |
| 5 | +# Moz switched to lld for all Linux targets in Bug 1839739.
 | |
| 6 | +ac_add_options --enable-linker=lld
 | |
| 7 | + | |
| 8 | +ac_add_options --disable-strip
 | |
| 9 | +ac_add_options --disable-install-strip
 | |
| 10 | + | |
| 11 | +ac_add_options --enable-default-toolkit=cairo-gtk3
 | |
| 12 | + |