diff options
author | van Hauser <vh@thc.org> | 2020-02-03 16:10:16 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-03 16:10:16 +0100 |
commit | 542bea37fb79497ac3f4ea3411b2af4e5099c864 (patch) | |
tree | 988cc7ffc596d68d073af402e6511856698998ad /gcc_plugin/README.md | |
parent | 1d8e772f6c3bd542a2fc68835befde246b0bbef6 (diff) | |
download | afl++-542bea37fb79497ac3f4ea3411b2af4e5099c864.tar.gz |
fix MDs
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 |