mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 01:01:33 +00:00
CTX+NGRAM != LTO
This commit is contained in:
parent
80ddb484de
commit
ec5b1924c4
@ -716,6 +716,9 @@ 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)");
|
||||
|
||||
if (!instrument_opt_mode) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user