X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=init.c;h=5ee408239eee29cf0942773a2bcd760bde2a2a80;hp=98c53edd77070276605cdbfead1116725cbe9274;hb=44acdcf42df9a7d0fd696db90965c4e94fc6efe9;hpb=13978e86afb08a0453551a88680700fcad328522 diff --git a/init.c b/init.c index 98c53edd..5ee40823 100644 --- a/init.c +++ b/init.c @@ -1860,6 +1860,7 @@ static int fill_def_thread(void) static void show_debug_categories(void) { +#ifdef FIO_INC_DEBUG struct debug_level *dl = &debug_levels[0]; int curlen, first = 1; @@ -1885,6 +1886,7 @@ static void show_debug_categories(void) first = 0; } printf("\n"); +#endif } static void usage(const char *name)