mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 05:02:04 -08:00
update to use thin LTO
This commit is contained in:
parent
1b1ea68da6
commit
3310e5d9b2
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@ export MOZ_REQUIRE_SIGNING=
|
|||
# SPEED
|
||||
ac_add_options --enable-optimize
|
||||
ac_add_options --enable-rust-simd
|
||||
ac_add_options --enable-lto
|
||||
ac_add_options MOZ_THIN_LTO=1
|
||||
export MOZ_THIN_LTO=1
|
||||
# ac_add_options --disable-debug
|
||||
# ac_add_options --disable-debug-symbols
|
||||
# ac_add_options --disable-debug-js-modules
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue