diff options
author | hexcoder- <heiko@hexco.de> | 2021-04-06 20:45:35 +0000 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-04-06 20:45:35 +0000 |
commit | 9d1be3162a613949003d84a506eddd7acd79680a (patch) | |
tree | 936f76ddf3402480478b1e503d01dfc4f345ff09 /include/envs.h | |
parent | 7181112233f119b4dfda93b594b0f1bacdd3139a (diff) | |
parent | 2e6e1e566b6b58081969d179c67398fa1316c49b (diff) | |
download | afl++-9d1be3162a613949003d84a506eddd7acd79680a.tar.gz |
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index 887e2c4f..466ab087 100644 --- a/include/envs.h +++ b/include/envs.h @@ -26,6 +26,7 @@ static char *afl_environment_variables[] = { "AFL_BENCH_UNTIL_CRASH", "AFL_CAL_FAST", "AFL_CC", + "AFL_CC_COMPILER", "AFL_CMIN_ALLOW_ANY", "AFL_CMIN_CRASHES_ONLY", "AFL_CMPLOG_ONLY_NEW", |