fix options printing when verbose is off

This commit is contained in:
Daan 2025-03-04 11:37:41 -08:00
parent a6302f4768
commit fcc76cb95c

View file

@ -202,7 +202,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