diff options
Diffstat (limited to 'gcc_plugin/README.md')
-rw-r--r-- | gcc_plugin/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc_plugin/README.md b/gcc_plugin/README.md index 20ae5c6f..fcc778fa 100644 --- a/gcc_plugin/README.md +++ b/gcc_plugin/README.md @@ -56,7 +56,7 @@ standard operating mode of AFL, e.g.: Be sure to also include CXX set to afl-g++-fast for C++ code. The tool honors roughly the same environmental variables as afl-gcc (see -../docs/env_variables.txt). This includes AFL_INST_RATIO, AFL_USE_ASAN, +[env_variables.md](../docs/env_variables.md). This includes AFL_INST_RATIO, AFL_USE_ASAN, AFL_HARDEN, and AFL_DONT_OPTIMIZE. Note: if you want the GCC plugin to be installed on your system for all |