mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-22 09:27:04 +00:00
Fix long line in README.md
This commit is contained in:
parent
901fa19b2c
commit
2da2a5a3dc
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ Optional configuration features (aka ./configure options):
|
||||||
--disable-optimization disable compiler optimizations (change from -O2 to -O0)
|
--disable-optimization disable compiler optimizations (change from -O2 to -O0)
|
||||||
--enable-debug enable debug info (add "-g -DDEBUG" to CFLAGS)
|
--enable-debug enable debug info (add "-g -DDEBUG" to CFLAGS)
|
||||||
--enable-asan enable AddressSanitizer and other checks
|
--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
|
use libasan with GCC and embedded ASAN with Clang
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue