Remove stray right paren from configure docs for ubsan
This commit is contained in:
parent
0ca19cfa08
commit
c40b24d0d3
|
@ -1 +1 @@
|
|||
AC_ARG_ENABLE(ubsan, [ --enable-ubsan compile with -fsanitize=undefined)])
|
||||
AC_ARG_ENABLE(ubsan, [ --enable-ubsan compile with -fsanitize=undefined])
|
||||
|
|
|
@ -1499,7 +1499,7 @@ Optional Features:
|
|||
--enable-gcov compile to gather gcov statistics (gcc3 only)
|
||||
--enable-strip strip debug on install (usually enabled by default)
|
||||
--enable-noopt drop -O C flags (useful for low-level debugging)
|
||||
--enable-ubsan compile with -fsanitize=undefined)
|
||||
--enable-ubsan compile with -fsanitize=undefined
|
||||
--enable-jitframe x86_64: use frame pointer for internal calls
|
||||
--enable-crossany Record own cross target as machine-independent
|
||||
|
||||
|
|
2
racket/src/cs/c/configure
vendored
2
racket/src/cs/c/configure
vendored
|
@ -1426,7 +1426,7 @@ Optional Features:
|
|||
--enable-userfw install Mac OS frameworks to ~/Library/Frameworks
|
||||
--enable-mac64 allow 64-bit Mac OS build (enabled by default)
|
||||
--enable-strip strip debug on install (usually enabled by default)
|
||||
--enable-ubsan compile with -fsanitize=undefined)
|
||||
--enable-ubsan compile with -fsanitize=undefined
|
||||
--enable-csdefault use CS as default build
|
||||
--enable-csonly build CS only
|
||||
--enable-parent Create "../Makefile" (internal use)
|
||||
|
|
Loading…
Reference in New Issue
Block a user