From: Tobias Brunner Date: Thu, 4 May 2017 14:10:00 +0000 (+0200) Subject: configure: Don't modify CFLAGs if fuzzing is enabled X-Git-Tag: 5.5.3~26^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5aef3a02028fa986e80187872656b52b3249a6a;p=thirdparty%2Fstrongswan.git configure: Don't modify CFLAGs if fuzzing is enabled Just rely on the flags passed by the build process. --- diff --git a/configure.ac b/configure.ac index 827c6913e3..30edbbac4f 100644 --- a/configure.ac +++ b/configure.ac @@ -1266,11 +1266,6 @@ if test x$coverage = xtrue; then CFLAGS="${CFLAGS} -g -O0" 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 AC_PATH_PROG([GEM], [gem], [], [$PATH:/bin:/usr/bin:/usr/local/bin]) if test x$GEM = x; then