mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 11:08:06 +00:00
performance
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user