mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
build system: fix configure handling of undefined behavior sanitizer arguments
This commit is contained in:
parent
0d962e30c4
commit
8b078cb297
@ -92,7 +92,7 @@ dnl
|
||||
|
||||
AC_ARG_ENABLE([ubsan],
|
||||
AC_HELP_STRING([--enable-ubsan],[compile with sanitization for undefined behavior turned on (no)]),
|
||||
[USE_UBSAN=$enable_ubsan],[USE_UBSAN=no])
|
||||
[],[enable_ubsan=no])
|
||||
|
||||
if test x"$USE_UBSAN" = xyes ; then
|
||||
opt_features_yes="$opt_features_yes\n * development technique 'undefined behavior sanitizer'"
|
||||
|
Loading…
Reference in New Issue
Block a user