aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-10-10 20:35:11 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-10-10 20:35:11 +0300
commitfe8a9c6181424520383dd7ff7e30a082158e4b04 (patch)
treef57df7e15af75a3f6e66650a1e615223fc12a2e5
parentabcbf778676ee0e081e4fa99443f4348828d6ab6 (diff)
downloadlibmicrohttpd-fe8a9c6181424520383dd7ff7e30a082158e4b04.tar.gz
libmicrohttpd-fe8a9c6181424520383dd7ff7e30a082158e4b04.zip
configure: improved comment
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b05e79e6..f013ecb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2820,8 +2820,8 @@ int main(void)
2820 ], 2820 ],
2821 [AC_MSG_WARN([$CC does not support address sanitizer])] 2821 [AC_MSG_WARN([$CC does not support address sanitizer])]
2822 ) 2822 )
2823 # Always stop on error
2824 CFLAGS="${saved_CFLAGS} ${san_FLAGS} ${san_CFLAGS}" 2823 CFLAGS="${saved_CFLAGS} ${san_FLAGS} ${san_CFLAGS}"
2824 # Always stop on sanitizer error
2825 AX_APPEND_COMPILE_FLAGS([-fno-sanitize-recover=all], [san_CFLAGS]) 2825 AX_APPEND_COMPILE_FLAGS([-fno-sanitize-recover=all], [san_CFLAGS])
2826 # Get better output for sanitizers error reporting 2826 # Get better output for sanitizers error reporting
2827 AX_APPEND_COMPILE_FLAGS([-fno-omit-frame-pointer -fno-optimize-sibling-calls], 2827 AX_APPEND_COMPILE_FLAGS([-fno-omit-frame-pointer -fno-optimize-sibling-calls],