On Wed, 10 Dec 2025 14:04:24 GMT, Erik Joelsson <[email protected]> wrote:
>> make/autoconf/flags-cflags.m4 line 129: >> >>> 127: AC_SUBST(CFLAGS_DEBUG_SYMBOLS) >>> 128: AC_SUBST(ASFLAGS_DEBUG_SYMBOLS) >>> 129: AC_SUBST(DEBUG_PREFIX_CFLAGS) >> >> There is no reason to export this variable to make now. > > I can confirm running configure with this patch, the debug prefix arg is > added to LDFLAGS_LTO. > There is no reason to export this variable to make now. Okay I removed it. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28676#discussion_r2607363505
