mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 15:29:31 +03:00
fix verbose option printing
This commit is contained in:
parent
45f0b0a8a6
commit
1c6b40d8bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue