Skip to content

Commit 9284602

Browse files
author
David Holmes
committed
8345628: [BACKOUT] JDK-8287122 Use gcc12 -ftrivial-auto-var-init=pattern in debug builds
Reviewed-by: erikj
1 parent 41c8971 commit 9284602

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

make/autoconf/flags-cflags.m4

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -481,11 +481,6 @@ AC_DEFUN([FLAGS_SETUP_CFLAGS_HELPER],
481481
else
482482
DEBUG_CFLAGS_JDK="-DDEBUG"
483483
484-
if test "x$TOOLCHAIN_TYPE" = xgcc; then
485-
DEBUG_CFLAGS_JDK="DEBUG_CFLAGS_JDK -ftrivial-auto-var-init=pattern"
486-
DEBUG_CFLAGS_JVM="-ftrivial-auto-var-init=pattern"
487-
fi
488-
489484
if test "x$TOOLCHAIN_TYPE" = xclang && test "x$OPENJDK_TARGET_OS" = xaix; then
490485
DEBUG_CFLAGS_JVM="-fpic -mcmodel=large"
491486
fi

0 commit comments

Comments
 (0)