slowproduct build
Magnus Ihse Bursie
magnus.ihse.bursie at oracle.com
Tue Apr 10 20:27:07 UTC 2018
On 2018-04-10 02:00, Ioi Lam wrote:
> Sometimes I want to debug the product build (I can't bother with
> turning off all the trueInDebug options in the hotspot globals.hpp).
> The only way that I have found to do this is:
>
> configure --with-native-debug-symbols=internal
> mv spec.gmk spec.gmk.old
> cat spec.gmk | sed -e 's/[-]O[0-9s]/-O0/g' > spec.gmk
>
> Is there (or should there be) a more elegant way to do it, like
> "configure --with-debug-level=slowproduct" :-)
I'm not entirely sure of what you want to achieve.
As I interepret your snippet above, you want no optimization and
internal debug symbols..? How is that debugging a "product" build?
/Magnus
>
> Thanks
> - Ioi
>
More information about the build-dev
mailing list