From aff601a2f6d6a4b1da3d7172c66da9138d33f9db0a9aaea8f8d875edf6e96bf6 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 26 Nov 2019 11:08:28 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/scala?expand=0&rev=19 --- scala.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scala.spec b/scala.spec index e9e35f1..ea1b7fc 100644 --- a/scala.spec +++ b/scala.spec @@ -216,7 +216,8 @@ export ANT_OPTS="-Xms2048m -Xmx2048m %{do_bootstrap}" # is slow, OBS thinks it is stuck and kills it before it has chance # to finish %ant \ -%ifnarch %{jit_arches} +%ifarch %{jit_arches} +%else -Dscalac.args=-verbose \ %endif build %{docs_target} || exit 1