mirror of
https://abf.rosa.ru/djam/java-11-openjdk.git
synced 2025-02-23 13:32:53 +00:00
with slowdebug arm
This commit is contained in:
parent
61a221fecd
commit
ca73414033
1 changed files with 5 additions and 0 deletions
|
@ -17,7 +17,12 @@
|
||||||
# $ fedpkg local --without release
|
# $ fedpkg local --without release
|
||||||
#
|
#
|
||||||
# Enable slowdebug builds by default on relevant arches.
|
# Enable slowdebug builds by default on relevant arches.
|
||||||
|
%ifarch %{arm64}
|
||||||
|
%bcond_with slowdebug
|
||||||
|
%else
|
||||||
%bcond_without slowdebug
|
%bcond_without slowdebug
|
||||||
|
%endif
|
||||||
|
|
||||||
# Enable release builds by default on relevant arches.
|
# Enable release builds by default on relevant arches.
|
||||||
%bcond_without release
|
%bcond_without release
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue