about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorThomas Rooijakkers <thomas.rooijakkers@tno.nl>2023-09-19 13:31:29 +0200
committerThomas Rooijakkers <thomas.rooijakkers@tno.nl>2023-09-19 13:31:29 +0200
commit54f01481571ba3a7c05a5e37b9f5021c1304834e (patch)
treefedf1f43f6382b8db15422cea492625225451d4f /GNUmakefile
parent0b6e74eeb099ac045932e5d3603af899268b48d0 (diff)
downloadafl++-54f01481571ba3a7c05a5e37b9f5021c1304834e.tar.gz
UTF-8 line rendering for status screen as default
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 4a234c51..fadf20bd 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -45,8 +45,8 @@ ifdef NO_SPLICING
   override CFLAGS_OPT += -DNO_SPLICING
 endif
 
-ifdef UTF
-  override CFLAGS_OPT += -DFANCY_BOXES_UTF
+ifdef NO_UTF
+  override CFLAGS_OPT += -DFANCY_BOXES_NO_UTF
 endif
 
 ifdef ASAN_BUILD
@@ -395,7 +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_UTF - do not use UTF-8 for line rendering in status screen (fallback to G1 box drawing, of vanilla AFL)
 	@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