Disable debug builds by default

This commit is contained in:
Martin Stransky 2019-06-18 17:34:20 -07:00
parent 1dacd1e877
commit c02fc39cdc

View File

@ -38,8 +38,8 @@ ExcludeArch: s390x
%ifarch ppc64 s390x %ifarch ppc64 s390x
%global big_endian 1 %global big_endian 1
%endif %endif
%bcond_without debug_build %bcond_without debug
%if %{with debug_build} %if %{with debug}
%global debug_build 1 %global debug_build 1
%else %else
%global debug_build 0 %global debug_build 0