RFR: JDK-8303010: Add /DEBUG to LDFLAGS for MSVC with ASan

Justin King jcking at openjdk.org
Tue Feb 21 16:50:20 UTC 2023


On Tue, 21 Feb 2023 16:40:07 GMT, Justin King <jcking at openjdk.org> 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



More information about the build-dev mailing list