libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit fe8a9c6181424520383dd7ff7e30a082158e4b04
parent abcbf778676ee0e081e4fa99443f4348828d6ab6
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 10 Oct 2021 20:35:11 +0300

configure: improved comment

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -2820,8 +2820,8 @@ int main(void) ], [AC_MSG_WARN([$CC does not support address sanitizer])] ) - # Always stop on error CFLAGS="${saved_CFLAGS} ${san_FLAGS} ${san_CFLAGS}" + # Always stop on sanitizer error AX_APPEND_COMPILE_FLAGS([-fno-sanitize-recover=all], [san_CFLAGS]) # Get better output for sanitizers error reporting AX_APPEND_COMPILE_FLAGS([-fno-omit-frame-pointer -fno-optimize-sibling-calls],