about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-04-14 12:40:03 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-04-14 12:40:03 +0200
commit2c87e68ad673f2785ecfc6887121124bc9287106 (patch)
treede3476bf6ce20f9d44e3e5ac798dc7222bae8069 /README.md
parent26e690c220a35ad5577eb52ca47dc27d0c737fa9 (diff)
parentb63dd7a464ce654647b7710eb491ecf0e48c443f (diff)
downloadafl++-2c87e68ad673f2785ecfc6887121124bc9287106.tar.gz
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 302a8acf..f14ccd36 100644
--- a/README.md
+++ b/README.md
@@ -145,7 +145,7 @@ $ sudo make install
 Note that "make distrib" also builds llvm_mode, qemu_mode, unicorn_mode and
 more. If you just want plain afl then do "make all", however compiling and
 using at least llvm_mode is highly recommended for much better results -
-hence in this case 
+hence in this case
 
 ```shell
 $ make source-only
@@ -178,6 +178,7 @@ These build options exist:
 * STATIC - compile AFL++ static
 * ASAN_BUILD - compiles with memory sanitizer for debug purposes
 * PROFILING - compile with profiling information (gprof)
+* NO_PYTHON - disable python support
 * AFL_NO_X86 - if compiling on non-intel/amd platforms
 * LLVM_CONFIG - if your distro doesn't use the standard name for llvm-config (e.g. Debian)