On Wed, 15 Feb 2023 17:53:49 GMT, Justin King <jck...@openjdk.org> wrote:

> Update build-related infrastructure to support building with ASan under 
> Microsoft Visual C++.

make/autoconf/jdk-options.m4 line 438:

> 436:         elif test "x$TOOLCHAIN_TYPE" = "xmicrosoft"; then
> 437:           # MSVC produces a warning if you pass -fsanitize=address to 
> the linker.
> 438:           ASAN_CFLAGS="$ASAN_CFLAGS -Oy-"

What is the purpose of `/Oy-`? Can you explain it in a short comment?

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

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

Reply via email to