diff options
author | van Hauser <vh@thc.org> | 2023-09-27 16:33:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 16:33:43 +0200 |
commit | 1c582b6aeec034b2c0ef650abd35352df7d78fa7 (patch) | |
tree | 78bb5aa795a50932132fa778f904e4ec297483c8 /docs | |
parent | dee76993812fa9b5d8c1b75126129887a10befae (diff) | |
parent | 5f7c3a1ee0d6f20e42a207a7e75e0f19e726a0f5 (diff) | |
download | afl++-1c582b6aeec034b2c0ef650abd35352df7d78fa7.tar.gz |
Merge pull request #1874 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 9005a7eb..41f512ed 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -87,6 +87,7 @@ These build options exist: * INTROSPECTION - compile afl-fuzz with mutation introspection * NO_PYTHON - disable python support * NO_SPLICING - disables splicing mutation in afl-fuzz, not recommended for normal fuzzing +* NO_UTF - do not use UTF-8 for line rendering in status screen (fallback to G1 box drawing, of vanilla AFL) * NO_NYX - disable building nyx mode dependencies * NO_CORESIGHT - disable building coresight (arm64 only) * NO_UNICORN_ARM64 - disable building unicorn on arm64 |