diff options
author | Martin Stransky <stransky@redhat.com> | 2019-03-01 08:13:28 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-03-01 08:13:28 +0100 |
commit | 6ccf5ba84ec68166addebde734bd97b92223f088 (patch) | |
tree | 47696597e61849dd5f6d8cdeb5a36b61cd9c7043 | |
parent | Disabled -Werror=format-security due to build failures on F30 (diff) | |
download | librewolf-fedora-ff-6ccf5ba84ec68166addebde734bd97b92223f088.tar.gz librewolf-fedora-ff-6ccf5ba84ec68166addebde734bd97b92223f088.tar.bz2 librewolf-fedora-ff-6ccf5ba84ec68166addebde734bd97b92223f088.zip |
debug build
-rw-r--r-- | firefox.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index 8498e15..a4320bb 100644 --- a/firefox.spec +++ b/firefox.spec @@ -16,7 +16,7 @@ ExcludeArch: armv7hl %global build_with_clang 0 %global use_bundled_cbindgen 1 %ifnarch %{ix86} ppc64 s390x -%global build_with_pgo 1 +%global build_with_pgo 0 %endif %if 0%{?fedora} > 29 %global wayland_backend_default 1 @@ -30,7 +30,7 @@ ExcludeArch: armv7hl %else %global debug_build 1 %else -%global debug_build 0 +%global debug_build 1 %endif %if 0%{?build_with_pgo} @@ -83,7 +83,7 @@ ExcludeArch: armv7hl Summary: Mozilla Firefox Web browser Name: firefox Version: 65.0.1 -Release: 2%{?pre_tag}%{?dist} +Release: 2.debug%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz |