Yet another flag which breaks debugging

Andrew Haley aph at redhat.com
Thu Jul 17 16:28:11 UTC 2014


Just a heads-up about JDK9: the default, even in slowdebug builds, is
-Og; this eliminates useful debug helper functions.

To build a proper slowdebug build, you need to build with
DEBUG_CFLAGS=-O0

Andrew.


More information about the distro-pkg-dev mailing list