mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 20:48:07 +00:00
import transform fix into autodict, code-format
This commit is contained in:
@ -716,9 +716,11 @@ int main(int argc, char **argv, char **envp) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
if (instrument_opt_mode && lto_mode)
|
||||
FATAL("CTX and NGRAM can not be used in LTO mode (and would make LTO useless)");
|
||||
FATAL(
|
||||
"CTX and NGRAM can not be used in LTO mode (and would make LTO "
|
||||
"useless)");
|
||||
|
||||
if (!instrument_opt_mode) {
|
||||
|
||||
|
Reference in New Issue
Block a user