diff options
author | van Hauser <vh@thc.org> | 2020-04-09 11:49:40 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-09 11:49:40 +0200 |
commit | d55196352ce9cd93abab111b337b102fe4be2027 (patch) | |
tree | 19af14fa83f85cd2bf8da47d8adedc0b9d5c9c99 /docs/Changelog.md | |
parent | 45e569845e2f4e3023cb46d93c0638034e6df424 (diff) | |
download | afl++-d55196352ce9cd93abab111b337b102fe4be2027.tar.gz |
fix compilers for empty AFL_CC/AFL_CXX env
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 18f38551..0ec330a7 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,7 +10,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++2.63d (development): - - ... + - LTO mode now requires llvm11 - but compiles all targets! :) + - if AFL_CC/AFL_CXX is set but empty afl compilers did fail, fixed + (this bug is in vanilla afl too) ### Version ++2.63c (release): |