Skip to content

Commit

Permalink
adjust UTIL_ARG_WITH
Browse files Browse the repository at this point in the history
  • Loading branch information
MBaesken committed Jun 25, 2024
1 parent ad51358 commit 0b7402e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make/autoconf/jdk-options.m4
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,9 @@ AC_DEFUN_ONCE([JDKOPT_SETUP_LEAK_SANITIZER],
AC_DEFUN_ONCE([JDKOPT_SETUP_UNDEFINED_BEHAVIOR_SANITIZER],
[
UTIL_ARG_WITH(NAME: additional-ubsan-checks, TYPE: string,
DEFAULT: [],
DESC: [Custom ubsan checks],
OPTIONAL: true)
DEFAULT: [],
DESC: [Customizes the ubsan checks],
OPTIONAL: true)
# GCC reports lots of likely false positives for stringop-truncation and format-overflow.
# Silence them for now.
Expand Down

0 comments on commit 0b7402e

Please sign in to comment.