diff options
author | Martin Stransky <stransky@redhat.com> | 2019-06-19 01:59:51 -0700 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-06-19 01:59:51 -0700 |
commit | c66793c7cf91b73bb2ee1fca385596054a7e8325 (patch) | |
tree | 9cff003945f0d8f0be7239d6810523e615077139 /firefox.spec | |
parent | Disable debug builds by default (diff) | |
download | librewolf-fedora-ff-c66793c7cf91b73bb2ee1fca385596054a7e8325.tar.gz librewolf-fedora-ff-c66793c7cf91b73bb2ee1fca385596054a7e8325.tar.bz2 librewolf-fedora-ff-c66793c7cf91b73bb2ee1fca385596054a7e8325.zip |
removed bcond for debug build as it causes failures on koji
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec index 9864d27..72f888e 100644 --- a/firefox.spec +++ b/firefox.spec @@ -38,12 +38,7 @@ ExcludeArch: s390x %ifarch ppc64 s390x %global big_endian 1 %endif -%bcond_without debug -%if %{with debug} -%global debug_build 1 -%else %global debug_build 0 -%endif %if 0%{?build_with_pgo} %global use_xvfb 1 |