Disable debug builds by default

This commit is contained in:
Martin Stransky 2019-06-18 17:34:20 -07:00
parent 1dacd1e877
commit c02fc39cdc
1 changed files with 2 additions and 2 deletions

View File

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