mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
getting very close with travis
This commit is contained in:
@ -325,6 +325,12 @@ int main(int argc, char** argv) {
|
||||
SAYF(cCYA "afl-gcc-fast" VERSION cRST
|
||||
" initially by <aseipp@pobox.com>, maintainer: hexcoder-\n");
|
||||
|
||||
if (getenv("AFL_GCC_WHITELIST") == NULL) {
|
||||
|
||||
SAYF(cYEL "Warning:" cRST " using afl-gcc-fast without using AFL_GCC_WHITELIST currently produces worse results than afl-gcc. Even better, use llvm_mode for now.\n");
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
find_obj(argv[0]);
|
||||
|
Reference in New Issue
Block a user