diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-25 08:23:27 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-25 08:23:27 +0200 |
commit | 7b33148b7553f11dac7a382495a6829fa14f23fe (patch) | |
tree | a1679e226630f10466636c27f9c0aac4ef7d21db /include/envs.h | |
parent | b66d7f99a790af6f25f815a9d8780c26c63e7686 (diff) | |
download | afl++-7b33148b7553f11dac7a382495a6829fa14f23fe.tar.gz |
add AFL_LLVM_LTO_SKIPINIT to envs.h
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/envs.h b/include/envs.h index 23599b26..5e68c80b 100644 --- a/include/envs.h +++ b/include/envs.h @@ -160,8 +160,9 @@ static char *afl_environment_variables[] = { "AFL_LLVM_SKIP_NEVERZERO", "AFL_NO_AFFINITY", "AFL_TRY_AFFINITY", - "AFL_LLVM_LTO_STARTID", "AFL_LLVM_LTO_DONTWRITEID", + "AFL_LLVM_LTO_SKIPINIT" + "AFL_LLVM_LTO_STARTID", "AFL_NO_ARITH", "AFL_NO_AUTODICT", "AFL_NO_BUILTIN", |