with slowdebug arm

This commit is contained in:
Святослав 2020-10-25 17:03:34 +00:00
parent 61a221fecd
commit ca73414033

View file

@ -17,7 +17,12 @@
# $ fedpkg local --without release
#
# Enable slowdebug builds by default on relevant arches.
%ifarch %{arm64}
%bcond_with slowdebug
%else
%bcond_without slowdebug
%endif
# Enable release builds by default on relevant arches.
%bcond_without release