On Wed, 18 Jan 2023 14:32:20 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.

Not sure why `-Oy-` was used. GCC/Clang omit frame pointers by default these 
days, IIRC. So forcing MSVC to preserve frame pointers at the highest 
optimization level seems odd.

-------------

PR: https://git.openjdk.org/jdk/pull/12073

Reply via email to