diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/CMakeLists.txt | 5 | ||||
m--------- | third_party/mimalloc | 0 |
2 files changed, 4 insertions, 1 deletions
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 829adbf6..0fdc8a16 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -28,4 +28,7 @@ set(JSON_BuildTests OFF CACHE INTERNAL "") add_subdirectory(json EXCLUDE_FROM_ALL) -add_subdirectory(spdlog EXCLUDE_FROM_ALL)
\ No newline at end of file +add_subdirectory(spdlog EXCLUDE_FROM_ALL) + +set(MI_SECURE ON) +add_subdirectory(mimalloc EXCLUDE_FROM_ALL)
\ No newline at end of file diff --git a/third_party/mimalloc b/third_party/mimalloc new file mode 160000 +Subproject 43ce4bd7fd34bcc730c1c7471c9999559741548 |