diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2019-12-30 23:38:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-30 23:38:50 +0100 |
commit | 4b4effe3437cd1ebe6486c3e0fa591011bc3496e (patch) | |
tree | 25155557d7d5dbed58610a73bc667584da5aa165 | |
parent | c3bb0a3421c91c5eab0cb86f24f6f19c10f2e469 (diff) | |
download | afl++-4b4effe3437cd1ebe6486c3e0fa591011bc3496e.tar.gz |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index bb98357e..a90f704f 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ afl++ binaries by passing the STATIC=1 argument to make: $ make all STATIC=1 ``` -Note that afl++ is faster and better the newer the compilers used. +Note that afl++ is faster and better the newer the compilers used are. Hence gcc-9 and especially llvm-9 should be the compilers of choice. If your distribution does not have them, you can use the Dockerfile: |