From c8d3d813ff0a6ec15b1951a90e0870f283e06ee8 Mon Sep 17 00:00:00 2001 From: Matt C Date: Tue, 1 Oct 2019 16:20:24 -0400 Subject: Formatting and documentation improvements --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index cfcdb860..f818e271 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,12 @@ These build options exist: * clean: cleans everything. for qemu_mode and unicorn_mode it means it deletes all downloads as well * help: shows these build options +You can also build statically linked versions of the afl++ binaries by passing the STATIC=1 argument to make: + +```shell +$ make all STATIC=1 +``` + ## 1) Challenges of guided fuzzing -- cgit 1.4.1