From c02fc39cdc2bef8d89a42d34e85fc6bb25445051 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 18 Jun 2019 17:34:20 -0700 Subject: Disable debug builds by default --- firefox.spec | 4 ++-- 1 file 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 -- cgit