RFR(S): 8027565 - Enable /d2Zi+ when building with Visual Studio 2013 (original) (raw)
Christian Tornqvist christian.tornqvist at oracle.com
Tue Sep 22 00:36:02 UTC 2015
- Previous message: RFR (S): 8136672: editor configuration for IDEs
- Next message: RFR(S): 8027565 - Enable /d2Zi+ when building with Visual Studio 2013
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi everyone,
Please review this small change that enables generation of enhanced debug symbols for optimized code on Windows. The switch is available as /d2Zi+ prior to Update 3, when it was officially added as /Zo. Both /Zo and /d2Zi+ works with VS2013 Update 3 and later. More information about this switch can be found at https://msdn.microsoft.com/en-us/library/dn785163.aspx
I've verified the change by building locally with VS2013 Update 4 and with JPRT that has the older VS2013 (non-update) version.
Webrev:
http://cr.openjdk.java.net/~ctornqvi/webrev/8027565/webrev.00/
Bug:
https://bugs.openjdk.java.net/browse/JDK-8027565
Thanks,
Christian
- Previous message: RFR (S): 8136672: editor configuration for IDEs
- Next message: RFR(S): 8027565 - Enable /d2Zi+ when building with Visual Studio 2013
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]