diff options
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index bdfcb8e..e59391e 100644 --- a/firefox.spec +++ b/firefox.spec @@ -6,9 +6,11 @@ %global system_libicu 0 %global hardened_build 1 %global system_jpeg 1 -%if 0%{?fedora} >= 29 +%if 0%{?fedora} >= 28 +%ifarch x86_64 %global build_with_clang 1 %endif +%endif %global build_with_pgo 0 %global use_bundled_cbindgen 1 %if 0%{?fedora} > 29 |