Removed invalid comment

This commit is contained in:
Jiri Vanek 2018-07-09 19:13:12 +02:00
parent 75988b4bd6
commit 9f49507ece
1 changed files with 0 additions and 2 deletions

View File

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