You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(MI_NO_USE_CXX"Use plain C compilation (has priority over MI_USE_CXX)"OFF)
46
47
option(MI_NO_OPT_ARCH"Do not use architecture specific optimizations (like '-march=armv8.1-a' for example) (has priority over MI_OPT_ARCH)"OFF)
47
48
49
+
# experimental
50
+
option(MI_WIN_INIT_USE_RAW_DLLMAIN"Use the raw DLL main entry point for mimalloc initialization; can be more robust but can also lead to link errors with other libraries"OFF)
51
+
option(MI_WIN_INIT_USE_TLS_DLLMAIN"Use legacy TLS entries with DllMain for mimalloc initialization"OFF)
52
+
48
53
# deprecated options
49
54
option(MI_WIN_USE_FLS"Use Fiber local storage on Windows to detect thread termination (deprecated)"OFF)
50
55
option(MI_CHECK_FULL"Use full internal invariant checking in DEBUG mode (deprecated, use MI_DEBUG_FULL instead)"OFF)
0 commit comments