Commit d480165a by Evgeny Vereshchagin

autoconf: stop passing -fsanitize=address via AM_LDFLAGS

The snippet is redundant because the build system automatically passes the sanitizers flags set in AM_CFLAGS to the linker Signed-off-by: 's avatarEvgeny Vereshchagin <evvers@ya.ru>
parent a0befb84
......@@ -471,11 +471,6 @@ if test "x$enable_sanitizers" = "xyes"; then
-fno-omit-frame-pointer])
AC_SUBST(AM_CFLAGS)
CC_CHECK_FLAGS_APPEND([AM_LDFLAGS],[LDFLAGS],[ \
-fsanitize=address])
AC_SUBST(AM_LDFLAGS)
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment