about summary refs log tree commit diff
path: root/include/envs.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-09 16:53:56 +0100
committervanhauser-thc <vh@thc.org>2021-03-09 16:53:56 +0100
commit47f2650a32470172a32c4ebd446003cb8a4b80e8 (patch)
tree69deb46ab5a81758b9b0d5699dc346e6685c90bc /include/envs.h
parent74a6044b3fba496c1255f9aedbf5b7253ae29f0e (diff)
downloadafl++-47f2650a32470172a32c4ebd446003cb8a4b80e8.tar.gz
add AFL_NOOPT
Diffstat (limited to 'include/envs.h')
-rw-r--r--include/envs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/envs.h b/include/envs.h
index e8595ef7..37748a56 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -119,10 +119,12 @@ static char *afl_environment_variables[] = {
     "AFL_NO_PYTHON",
     "AFL_UNTRACER_FILE",
     "AFL_LLVM_USE_TRACE_PC",
-    "AFL_NO_X86",  // not really an env but we dont want to warn on it
     "AFL_MAP_SIZE",
     "AFL_MAPSIZE",
     "AFL_MAX_DET_EXTRAS",
+    "AFL_NO_X86",  // not really an env but we dont want to warn on it
+    "AFL_NOOPT",
+    "AFL_PASSTHROUGH",
     "AFL_PATH",
     "AFL_PERFORMANCE_FILE",
     "AFL_PRELOAD",