Remove stray right paren from configure docs for ubsan

This commit is contained in:
Paulo Matos 2019-06-04 23:51:27 +02:00
parent 0ca19cfa08
commit c40b24d0d3
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
AC_ARG_ENABLE(ubsan, [ --enable-ubsan compile with -fsanitize=undefined)]) AC_ARG_ENABLE(ubsan, [ --enable-ubsan compile with -fsanitize=undefined])

View File

@ -1499,7 +1499,7 @@ Optional Features:
--enable-gcov compile to gather gcov statistics (gcc3 only) --enable-gcov compile to gather gcov statistics (gcc3 only)
--enable-strip strip debug on install (usually enabled by default) --enable-strip strip debug on install (usually enabled by default)
--enable-noopt drop -O C flags (useful for low-level debugging) --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-jitframe x86_64: use frame pointer for internal calls
--enable-crossany Record own cross target as machine-independent --enable-crossany Record own cross target as machine-independent

View File

@ -1426,7 +1426,7 @@ Optional Features:
--enable-userfw install Mac OS frameworks to ~/Library/Frameworks --enable-userfw install Mac OS frameworks to ~/Library/Frameworks
--enable-mac64 allow 64-bit Mac OS build (enabled by default) --enable-mac64 allow 64-bit Mac OS build (enabled by default)
--enable-strip strip debug on install (usually 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-csdefault use CS as default build
--enable-csonly build CS only --enable-csonly build CS only
--enable-parent Create "../Makefile" (internal use) --enable-parent Create "../Makefile" (internal use)