add git hash to compile defines

This commit is contained in:
Daan Leijen 2025-03-01 14:29:23 -08:00
parent 5f6ebb70fa
commit 527cd05fec
3 changed files with 42 additions and 13 deletions

View file

@ -625,14 +625,6 @@ void mi_process_init(void) mi_attr_noexcept {
mi_detect_cpu_features();
_mi_os_init();
mi_heap_main_init();
#if MI_DEBUG
_mi_verbose_message("debug level : %d\n", MI_DEBUG);
#endif
_mi_verbose_message("secure level: %d\n", MI_SECURE);
_mi_verbose_message("mem tracking: %s\n", MI_TRACK_TOOL);
#if MI_TSAN
_mi_verbose_message("thread santizer enabled\n");
#endif
mi_thread_init();
#if defined(_WIN32)