RFR: 8014404: Debug flag not added to jdk native compile when --enable-debug is set

Erik Joelsson erik.joelsson at oracle.com
Fri Jun 14 11:24:52 UTC 2013


Thanks, unfortunately I made a type in that patch. Corrected version:

http://cr.openjdk.java.net/~erikj/8014404/webrev.root.02/

The intention was to add to CFLAGS_JDK and CXXFLAGS_JDK, not overwrite them.

/Erik

On 2013-06-13 15:33, Tim Bell wrote:
> Erik:
>
>> When configuring with --enable-debug, no -g flag is added to the jdk 
>> native compilations. This patch fixes this and tries to mimic the 
>> settings of -g and optimization flags with the old build as close as 
>> I could manage.
>>
>> http://cr.openjdk.java.net/~erikj/8014404/webrev.root.01
>
> Looks good.
>
> Tim
>



More information about the build-dev mailing list