On Tue, 21 Feb 2023 16:40:07 GMT, Justin King <[email protected]> wrote:
> Add `/DEBUG` to `LDFLAGS` for MSVC with ASan. Without it MSVC produces lots > of warnings. @magicus Trivial change for ASan under MSVC. Was giving it a run through tier1 today and noticed MSVC complaining heavily in build logs about `-DEBUG` not being passed. Adding it to `LDFLAGS` to shut it up, confirmed its quiet now. ------------- PR: https://git.openjdk.org/jdk/pull/12693
