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