mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-07 05:43:21 +00:00
chore: Update alpha-build.sh script to handle xvfb-run not found and disable LTO when cross-compiling
This commit is contained in:
@@ -61,9 +61,9 @@ if test "$ZEN_RELEASE"; then
|
||||
ac_add_options --disable-rust-tests
|
||||
|
||||
if ! test "$ZEN_CROSS_COMPILING"; then
|
||||
export MOZ_LTO=full
|
||||
ac_add_options MOZ_LTO=full
|
||||
ac_add_options --enable-lto=full
|
||||
#export MOZ_LTO=full
|
||||
#ac_add_options MOZ_LTO=full
|
||||
#ac_add_options --enable-lto=full
|
||||
fi
|
||||
|
||||
export MOZ_PGO=1
|
||||
|
||||
Reference in New Issue
Block a user