aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-04-14 12:07:46 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-14 12:07:46 +0200
commitb63dd7a464ce654647b7710eb491ecf0e48c443f (patch)
tree5c4cf9bf1722613fd4d19a5cadb79e25457b5918
parentd2a76287485dafc4df7ceb4abc44b27f1fe0527a (diff)
downloadafl++-b63dd7a464ce654647b7710eb491ecf0e48c443f.tar.gz
NO_PYTHON documented
-rw-r--r--README.md3
-rw-r--r--docs/Changelog.md1
2 files changed, 3 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)
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 2c8bff3d..e1e558b7 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -26,6 +26,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- more refactoring
- if AFL_CC/AFL_CXX is set but empty afl compilers did fail, fixed
(this bug is in vanilla afl too)
+ - added NO_PYTHON flag to disable python support when building afl-fuzz
### Version ++2.63c (release):