performance

This commit is contained in:
vanhauser-thc
2024-02-08 12:46:00 +01:00
parent 42c663e7c7
commit 038fef962c
14 changed files with 8054 additions and 4985 deletions

View File

@ -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);