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

Justin King jcking at openjdk.org
Wed Feb 22 00:36:47 UTC 2023


On Wed, 22 Feb 2023 00:29:27 GMT, David Holmes <dholmes at openjdk.org> wrote:

> If ASAN support needs `-debug` wouldn't it make sense to restrict its use to debug builds?

MSVC named it poorly, IMO. It just means generate PDB basically.

It doesn't *need* it, just complains that stack traces are better with it.

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

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



More information about the build-dev mailing list