From c66793c7cf91b73bb2ee1fca385596054a7e8325 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 19 Jun 2019 01:59:51 -0700 Subject: removed bcond for debug build as it causes failures on koji --- firefox.spec | 5 ----- 1 file changed, 5 deletions(-) (limited to 'firefox.spec') 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 -- cgit