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.
This commit is contained in:
Severin Gehwolf 2018-09-28 16:29:39 +02:00
parent 706e00d456
commit 823e8f5c66

View File

@ -1754,11 +1754,6 @@ bash ../../configure \
cat spec.gmk cat spec.gmk
cat hotspot-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 \ make \
JAVAC_FLAGS=-g \ JAVAC_FLAGS=-g \
LOG=trace \ LOG=trace \