mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
Add usage compilation status print for NO_UTF
This commit is contained in:
@ -381,6 +381,12 @@ static void usage(u8 *argv0, int more_help) {
|
||||
SAYF("Compiled with NO_SPLICING.\n");
|
||||
#endif
|
||||
|
||||
#ifdef NO_UTF
|
||||
SAYF("Compiled without UTF-8 support for line rendering in status screen.\n");
|
||||
#else
|
||||
SAYF("Compiled with UTF-8 support for line rendering in status screen.\n");
|
||||
#endif
|
||||
|
||||
#ifdef PROFILING
|
||||
SAYF("Compiled with PROFILING.\n");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user