summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-06-18 17:34:20 -0700
committerMartin Stransky <stransky@redhat.com>2019-06-18 17:34:20 -0700
commitc02fc39cdc2bef8d89a42d34e85fc6bb25445051 (patch)
tree2c0d0b7c8333adaef730726263c0e667dd63e430 /firefox.spec
parentUpdated to 67.0.3 (diff)
downloadlibrewolf-fedora-ff-c02fc39cdc2bef8d89a42d34e85fc6bb25445051.tar.gz
librewolf-fedora-ff-c02fc39cdc2bef8d89a42d34e85fc6bb25445051.tar.bz2
librewolf-fedora-ff-c02fc39cdc2bef8d89a42d34e85fc6bb25445051.zip
Disable debug builds by default
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 45f3c22..9864d27 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -38,8 +38,8 @@ ExcludeArch: s390x
%ifarch ppc64 s390x
%global big_endian 1
%endif
-%bcond_without debug_build
-%if %{with debug_build}
+%bcond_without debug
+%if %{with debug}
%global debug_build 1
%else
%global debug_build 0
bgstack15