diff options
author | vanhauser-thc <vh@thc.org> | 2024-02-08 12:46:00 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-02-08 12:46:08 +0100 |
commit | 038fef962c3d85fe7e37fcd8717270654f927881 (patch) | |
tree | 03a7e572705e1d2ec813822b1ad09bfff1a39a2c /src/afl-fuzz.c | |
parent | 42c663e7c76bd3abee2c6a84dd689bcfea3f59dc (diff) | |
download | afl++-038fef962c3d85fe7e37fcd8717270654f927881.tar.gz |
performance
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index ea8f1423..48e32996 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -401,6 +401,10 @@ static void usage(u8 *argv0, int more_help) { SAYF("Compiled with _AFL_DOCUMENT_MUTATIONS.\n"); #endif +#ifdef _AFL_SPECIAL_PERFORMANCE + SAYF("Compiled with special performance options for this specific system, it might not work on other platforms!\n"); +#endif + SAYF("For additional help please consult %s/README.md :)\n\n", doc_path); exit(1); |