fix verbosity condition for printing options

This commit is contained in:
Daan 2025-03-05 09:57:51 -08:00
parent db831d4cf4
commit 438903421a

View file

@ -188,7 +188,7 @@ void _mi_options_init(void) {
}
}
#endif
if (!mi_option_is_enabled(mi_option_verbose)) { mi_options_print(); }
if (mi_option_is_enabled(mi_option_verbose)) { mi_options_print(); }
}
#define mi_stringifyx(str) #str // and stringify