mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-03 14:09:31 +03:00
Merge branch 'dev' into dev2
This commit is contained in:
commit
2b9385911b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue