diff options
author | vanhauser-thc <vh@thc.org> | 2022-11-10 16:12:37 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-11-10 16:12:37 +0100 |
commit | b2f12c37120e6529d1bab83976db009263dedc97 (patch) | |
tree | 131b80f68b63bcbae60dc5018aaf7c79610c702c /docs | |
parent | 2323952d6217aac36f2866dc4596e6b81a0d380e (diff) | |
download | afl++-b2f12c37120e6529d1bab83976db009263dedc97.tar.gz |
llvm debug
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 86ba916f..591b7ded 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -83,6 +83,7 @@ These build options exist: * UBSAN_BUILD - compiles AFL++ tools with undefined behaviour sanitizer for debug purposes * DEBUG - no optimization, -ggdb3, all warnings and -Werror +* LLVM_DEBUG - shows llvm deprecation warnings * PROFILING - compile afl-fuzz with profiling information * INTROSPECTION - compile afl-fuzz with mutation introspection * NO_PYTHON - disable python support |