about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-26 13:19:57 +0200
committervan Hauser <vh@thc.org>2020-05-26 13:19:57 +0200
commit996e1515b320fb2d44c367dea7b4d26f2d56f5df (patch)
tree6a298c420819aa9a22feae38bf88385d305d6e41 /docs
parent0994972c07333af3a1fecf694c6527517da966ca (diff)
downloadafl++-996e1515b320fb2d44c367dea7b4d26f2d56f5df.tar.gz
better performance compilation options for afl++ and targets
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 9d4d7815..5f404dba 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -32,6 +32,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - fixed crash in compare-transform-pass when strcasecmp/strncasecmp was
       tried to be instrumented with LTO
     - fixed crash in cmplog with LTO
+  - slightly better performance compilation options for afl++ and targets
   - fixed afl-gcc/afl-as that could break on fast systems reusing pids in
     the same second
   - added lots of dictionaries from oss-fuzz, go-fuzz and Jakub Wilk