Disable debug builds by default
This commit is contained in:
parent
1dacd1e877
commit
c02fc39cdc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user