From 91e11d44487f557baafd5123aee2579bdea0bb1d Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 2 Dec 2020 08:35:08 +0100 Subject: Set tests timeout to 1, enabled LTO --- firefox.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 3be7338..fc741e6 100644 --- a/firefox.spec +++ b/firefox.spec @@ -3,7 +3,7 @@ %global debug_build 0 %global build_with_clang 0 %global build_with_asan 0 -%if 0%{?fedora} == 33 +%if 0%{?fedora} >= 33 %ifarch x86_64 %global run_firefox_tests 1 %endif @@ -541,7 +541,7 @@ chmod a-x third_party/rust/ash/src/extensions/khr/*.rs %build # Disable LTO to work around rhbz#1883904 -%define _lto_cflags %{nil} +# %define _lto_cflags %{nil} %if 0%{?use_bundled_cbindgen} -- cgit