On Wed, 15 Feb 2023 21:21:47 GMT, Justin King <jck...@openjdk.org> wrote:
>> Update MSVC CFlags to be more consistent with other compilers. Also disables >> RTTI in a simliar manner to GCC/Clang for the JVM. > > Justin King has updated the pull request incrementally with one additional > commit since the last revision: > > Revert usage of /GR- > > Signed-off-by: Justin King <jck...@google.com> Okay I updated this change title to be more specific, sorry about that. Just optimization-related flags. I punted on disabling RTTI to [JDK-8302817](https://bugs.openjdk.org/browse/JDK-8302817) as I cannot pinpoint the failure, it seems related to DbgHelp or DbgEng. ------------- PR: https://git.openjdk.org/jdk/pull/12073