Add usage compilation status print for NO_UTF

This commit is contained in:
Thomas Rooijakkers
2023-09-19 13:42:53 +02:00
parent 54f0148157
commit 6dc054be0f

View File

@ -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