diff options
author | van Hauser <vh@thc.org> | 2021-11-09 09:49:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 09:49:09 +0100 |
commit | 3d9b2b459fb96bb724c9529935b1e2232249d201 (patch) | |
tree | 85d1c242ca03f5066b82b66b89b601a5f2bf7855 /include/envs.h | |
parent | 33f9af976be98b14ea185c1415e25d39acc0595a (diff) | |
parent | b834f934d0e6a33f675a30402475c7bc816a37ee (diff) | |
download | afl++-3d9b2b459fb96bb724c9529935b1e2232249d201.tar.gz |
Merge pull request #1150 from WorksButNotTested/perf-final
Perf final
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 fd459f14..0ba79092 100644 --- a/include/envs.h +++ b/include/envs.h @@ -59,6 +59,7 @@ static char *afl_environment_variables[] = { "AFL_FRIDA_INST_COVERAGE_FILE", "AFL_FRIDA_INST_DEBUG_FILE", "AFL_FRIDA_INST_JIT", + "AFL_FRIDA_INST_NO_BACKPATCH", "AFL_FRIDA_INST_NO_OPTIMIZE", "AFL_FRIDA_INST_NO_PREFETCH", "AFL_FRIDA_INST_NO_PREFETCH_BACKPATCH", |