mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 16:51:34 +00:00
easier LTO CTX activation
This commit is contained in:
parent
e0b23dd53d
commit
f37f0b4ee4
@ -1152,7 +1152,8 @@ void instrument_mode_by_environ(aflcc_state_t *aflcc) {
|
||||
static void instrument_opt_mode_exclude(aflcc_state_t *aflcc) {
|
||||
|
||||
if ((aflcc->instrument_opt_mode & INSTRUMENT_OPT_CTX) &&
|
||||
(aflcc->instrument_opt_mode & INSTRUMENT_OPT_CALLER)) {
|
||||
(aflcc->instrument_opt_mode & INSTRUMENT_OPT_CALLER) &&
|
||||
aflcc->compiler_mode != LTO) {
|
||||
|
||||
FATAL("you cannot set CTX and CALLER together");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user