mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
Merge branch 'dev' into dev3
This commit is contained in:
commit
d36397245d
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