about summary refs log tree commit diff
path: root/include/envs.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-04-25 08:23:27 +0200
committervanhauser-thc <vh@thc.org>2023-04-25 08:23:27 +0200
commit7b33148b7553f11dac7a382495a6829fa14f23fe (patch)
treea1679e226630f10466636c27f9c0aac4ef7d21db /include/envs.h
parentb66d7f99a790af6f25f815a9d8780c26c63e7686 (diff)
downloadafl++-7b33148b7553f11dac7a382495a6829fa14f23fe.tar.gz
add AFL_LLVM_LTO_SKIPINIT to envs.h
Diffstat (limited to 'include/envs.h')
-rw-r--r--include/envs.h3
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",