From 823e8f5c66c4ac8336482189209d617dc61db963 Mon Sep 17 00:00:00 2001 From: Severin Gehwolf Date: Fri, 28 Sep 2018 16:29:39 +0200 Subject: [PATCH] Remove obsolete comment wrt debug info. After 1cd817d --with-native-debug-symbols=internal is being used, which does the desired thing without needing to change make variables on the command line. --- java-1.8.0-openjdk.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index f8f9912..fb3b756 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -1754,11 +1754,6 @@ bash ../../configure \ cat spec.gmk cat hotspot-spec.gmk -# The combination of FULL_DEBUG_SYMBOLS=0 and ALT_OBJCOPY=/does_not_exist -# disables FDS for all build configs and reverts to pre-FDS make logic. -# STRIP_POLICY=none says don't do any stripping. DEBUG_BINARIES=true says -# ignore all the other logic about which debug options and just do '-g'. - make \ JAVAC_FLAGS=-g \ LOG=trace \