configure: Don't modify CFLAGs if fuzzing is enabled
Just rely on the flags passed by the build process.
This commit is contained in:
@@ -1266,11 +1266,6 @@ if test x$coverage = xtrue; then
|
|||||||
CFLAGS="${CFLAGS} -g -O0"
|
CFLAGS="${CFLAGS} -g -O0"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$fuzzing = xtrue; then
|
|
||||||
AC_MSG_NOTICE([fuzzing enabled, modifying CFLAGS])
|
|
||||||
CFLAGS="${CFLAGS} -fsanitize-coverage=trace-pc-guard -fsanitize=address"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test x$ruby_gems = xtrue; then
|
if test x$ruby_gems = xtrue; then
|
||||||
AC_PATH_PROG([GEM], [gem], [], [$PATH:/bin:/usr/bin:/usr/local/bin])
|
AC_PATH_PROG([GEM], [gem], [], [$PATH:/bin:/usr/bin:/usr/local/bin])
|
||||||
if test x$GEM = x; then
|
if test x$GEM = x; then
|
||||||
|
|||||||
Reference in New Issue
Block a user