aboutsummaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-12-03 07:28:41 +0000
committersaturneric <[email protected]>2023-12-03 07:28:41 +0000
commite0bc882bd46c40c86d9497fa043bbfe3e469888f (patch)
tree962b673899e4209ddd3504e975dcbac6758c496e /third_party
parentfeat: add buddled qt pinentry and make it works (diff)
downloadGpgFrontend-e0bc882bd46c40c86d9497fa043bbfe3e469888f.tar.gz
GpgFrontend-e0bc882bd46c40c86d9497fa043bbfe3e469888f.zip
feat: introduce mimalloc to replace secmem
Diffstat (limited to 'third_party')
-rw-r--r--third_party/CMakeLists.txt5
m---------third_party/mimalloc0
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