mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28: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");
|
SAYF("Compiled with NO_SPLICING.\n");
|
||||||
#endif
|
#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
|
#ifdef PROFILING
|
||||||
SAYF("Compiled with PROFILING.\n");
|
SAYF("Compiled with PROFILING.\n");
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user