diff options
| author | vanhauser-thc <vh@thc.org> | 2021-03-09 16:53:56 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-03-09 16:53:56 +0100 |
| commit | 47f2650a32470172a32c4ebd446003cb8a4b80e8 (patch) | |
| tree | 69deb46ab5a81758b9b0d5699dc346e6685c90bc /README.md | |
| parent | 74a6044b3fba496c1255f9aedbf5b7253ae29f0e (diff) | |
| download | afl++-47f2650a32470172a32c4ebd446003cb8a4b80e8.tar.gz | |
add AFL_NOOPT
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/README.md b/README.md index 6b11fee4..d4e39566 100644 --- a/README.md +++ b/README.md @@ -399,10 +399,19 @@ How to do this is described below. Then build the target. (Usually with `make`) -**NOTE**: sometimes configure and build systems are fickle and do not like -stderr output (and think this means a test failure) - which is something -afl++ like to do to show statistics. It is recommended to disable them via -`export AFL_QUIET=1`. +**NOTES** + +1. sometimes configure and build systems are fickle and do not like + stderr output (and think this means a test failure) - which is something + afl++ like to do to show statistics. It is recommended to disable them via + `export AFL_QUIET=1`. + +2. sometimes configure and build systems error on warnings - these should be + disabled (e.g. `--disable-werror` for some configure scripts` + +3. in case the configure/build system complains about afl++'s compiler and + aborts then set `export AFL_NOOPT=1` which will then just behave like the + real compiler. This option has to be unset again before building the target! ##### configure |
