common/autoconf/hotspot.m4
changeset 35014 c0fe64e3d52e
parent 35010 d0e2516cc2a2
parent 34596 e8328ce5b64e
child 35365 54a4d0e9d965
--- a/common/autoconf/hotspot.m4	Thu Dec 17 20:24:47 2015 -0800
+++ b/common/autoconf/hotspot.m4	Fri Dec 18 09:37:15 2015 -0800
@@ -266,3 +266,14 @@
   HOTSPOT_MAKE_ARGS="$HOTSPOT_TARGET"
   AC_SUBST(HOTSPOT_MAKE_ARGS)
 ])
+
+    # -g is already added by ENABLE_DEBUG_SYMBOLS and the hotspot makefiles
+    # will basically do slowdebug builds when DEBUG_BINARIES is set for
+    # fastdebug builds
+    DEBUG_BINARIES=false
+    # Fastdebug builds with this setting will essentially be slowdebug
+    # in hotspot.
+    # -g is already added by ENABLE_DEBUG_SYMBOLS and the hotspot makefiles
+    # will basically do slowdebug builds when DEBUG_BINARIES is set for
+    # fastdebug builds
+    DEBUG_BINARIES=false
\ No newline at end of file