From 57f8a8fccd876d48bc473e935ae1185ab9dfc5d5 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sat, 20 Jul 2024 11:22:22 +0200 Subject: [PATCH] chore: Update alpha-build.sh script to handle xvfb-run not found and disable LTO when cross-compiling --- configs/common/mozconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/common/mozconfig b/configs/common/mozconfig index b6230d41b..962795f3a 100644 --- a/configs/common/mozconfig +++ b/configs/common/mozconfig @@ -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