removed bcond for debug build as it causes failures on koji

This commit is contained in:
Martin Stransky 2019-06-19 01:59:51 -07:00
parent c02fc39cdc
commit c66793c7cf
1 changed files with 0 additions and 5 deletions

View File

@ -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