diff options
author | vanhauser-thc <vh@thc.org> | 2024-10-16 18:27:10 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-10-16 18:27:10 +0200 |
commit | a11488b9dcc71e5b52876e8c11ea6ee231e433ba (patch) | |
tree | c052ce48cdbf8cf6c5effbc144812582943b9cee /docs/env_variables.md | |
parent | 4cc9232485618712a158ca8fddc42f1fee1c530f (diff) | |
download | afl++-a11488b9dcc71e5b52876e8c11ea6ee231e433ba.tar.gz |
changelog
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 4824860c..d0789105 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -65,7 +65,7 @@ fairly broad use of environment variables instead: `-fno-unroll-loops` are set, these are not overridden. - The optimization level can also be set with `AFL_OPT_LEVEL`, e.g. - `AFL_OPT_LEVEL=z` for `-Oz` + `AFL_OPT_LEVEL=z` for `-Oz`, default is `3` - Setting `AFL_HARDEN` automatically adds code hardening options when invoking the downstream compiler. This currently includes `-D_FORTIFY_SOURCE=2` and |