diff options
author | Martin Stransky <stransky@redhat.com> | 2019-06-18 17:34:20 -0700 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-06-18 17:34:20 -0700 |
commit | c02fc39cdc2bef8d89a42d34e85fc6bb25445051 (patch) | |
tree | 2c0d0b7c8333adaef730726263c0e667dd63e430 | |
parent | Updated to 67.0.3 (diff) | |
download | librewolf-fedora-ff-c02fc39cdc2bef8d89a42d34e85fc6bb25445051.tar.gz librewolf-fedora-ff-c02fc39cdc2bef8d89a42d34e85fc6bb25445051.tar.bz2 librewolf-fedora-ff-c02fc39cdc2bef8d89a42d34e85fc6bb25445051.zip |
Disable debug builds by default
-rw-r--r-- | firefox.spec | 4 |
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 |