about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKeno Hassler <40292329+kenohassler@users.noreply.github.com>2023-04-24 20:21:54 +0200
committerKeno Hassler <40292329+kenohassler@users.noreply.github.com>2023-04-24 20:32:04 +0200
commit7c3c0b26d1ae477fbae6944c0de18256621e1993 (patch)
treed4b7ec830ace790e494698409eccc0b657c16394 /src
parent531380d6ab9d2467d174ae45dcfa64bbf12230c0 (diff)
downloadafl++-7c3c0b26d1ae477fbae6944c0de18256621e1993.tar.gz
document new env var
Diffstat (limited to 'src')
-rw-r--r--src/afl-cc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index 7f15ad76..d1001187 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -2099,6 +2099,8 @@ int main(int argc, char **argv, char **envp) {
             "bb\n"
             "  AFL_REAL_LD: use this lld linker instead of the compiled in "
             "path\n"
+            "  AFL_LLVM_LTO_SKIPINIT: don't inject initialization code "
+            "(used in WAFL mode)\n"
             "If anything fails - be sure to read README.lto.md!\n");
 #endif