diff options
author | Martin Stransky <stransky@redhat.com> | 2020-12-02 08:35:08 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-12-02 08:35:08 +0100 |
commit | 91e11d44487f557baafd5123aee2579bdea0bb1d (patch) | |
tree | 9b28c6668ea7b33a6a1b203bc0ff5dca222285d4 /firefox.spec | |
parent | Enabled LTO (diff) | |
download | librewolf-fedora-ff-91e11d44487f557baafd5123aee2579bdea0bb1d.tar.gz librewolf-fedora-ff-91e11d44487f557baafd5123aee2579bdea0bb1d.tar.bz2 librewolf-fedora-ff-91e11d44487f557baafd5123aee2579bdea0bb1d.zip |
Set tests timeout to 1, enabled LTO
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 2 insertions, 2 deletions
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} |