Removed invalid comment

This commit is contained in:
Jiri Vanek 2018-07-09 19:13:12 +02:00
parent 75988b4bd6
commit 9f49507ece

View File

@ -59,8 +59,6 @@
# By default, we build a debug build during main build on JIT architectures # By default, we build a debug build during main build on JIT architectures
%if %{with slowdebug} %if %{with slowdebug}
%ifarch %{jit_arches} %ifarch %{jit_arches}
# Temporarily disable slowdebug build for Aarch64 since it does not
# bootcycle. See JDK-8204331.
%ifnarch %{arm} %ifnarch %{arm}
%global include_debug_build 1 %global include_debug_build 1
%else %else