diff options
| author | Thomas Rooijakkers <thomas.rooijakkers@tno.nl> | 2023-09-13 15:49:04 +0200 |
|---|---|---|
| committer | Thomas Rooijakkers <thomas.rooijakkers@tno.nl> | 2023-09-13 15:49:04 +0200 |
| commit | 0b6e74eeb099ac045932e5d3603af899268b48d0 (patch) | |
| tree | 649e85f5fde2189de3d7d540f23a17e635d87ec8 /GNUmakefile | |
| parent | 748d417f86d2d2a290c43428fd40ce616afcfc95 (diff) | |
| download | afl++-0b6e74eeb099ac045932e5d3603af899268b48d0.tar.gz | |
Add support for UTF-8 line rendering
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 88816e85..4a234c51 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -45,6 +45,10 @@ ifdef NO_SPLICING override CFLAGS_OPT += -DNO_SPLICING endif +ifdef UTF + override CFLAGS_OPT += -DFANCY_BOXES_UTF +endif + ifdef ASAN_BUILD $(info Compiling ASAN version of binaries) override CFLAGS += $(ASAN_CFLAGS) @@ -391,6 +395,7 @@ help: @echo INTROSPECTION - compile afl-fuzz with mutation introspection @echo NO_PYTHON - disable python support @echo NO_SPLICING - disables splicing mutation in afl-fuzz, not recommended for normal fuzzing + @echo UTF - use UTF-8 for line rendering in status screen @echo NO_NYX - disable building nyx mode dependencies @echo "NO_CORESIGHT - disable building coresight (arm64 only)" @echo NO_UNICORN_ARM64 - disable building unicorn on arm64 |
