From 2da2a5a3dc8695c9d676a844113cab9363f746cd Mon Sep 17 00:00:00 2001 From: William Robinet Date: Mon, 31 Aug 2020 07:56:05 +0200 Subject: [PATCH] Fix long line in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7688fa6..901ab52 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ Optional configuration features (aka ./configure options): --disable-optimization disable compiler optimizations (change from -O2 to -O0) --enable-debug enable debug info (add "-g -DDEBUG" to CFLAGS) --enable-asan enable AddressSanitizer and other checks - add "-fsanitize=address,undefined,leak -Wformat -Werror=format-security -Werror=array-bounds" to CFLAGS + add "-fsanitize=address,undefined,leak -Wformat -Werror=format-security + -Werror=array-bounds" to CFLAGS use libasan with GCC and embedded ASAN with Clang ```