diff options
author | saturneric <[email protected]> | 2023-12-03 07:28:41 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-03 07:28:41 +0000 |
commit | e0bc882bd46c40c86d9497fa043bbfe3e469888f (patch) | |
tree | 962b673899e4209ddd3504e975dcbac6758c496e /third_party | |
parent | feat: add buddled qt pinentry and make it works (diff) | |
download | GpgFrontend-e0bc882bd46c40c86d9497fa043bbfe3e469888f.tar.gz GpgFrontend-e0bc882bd46c40c86d9497fa043bbfe3e469888f.zip |
feat: introduce mimalloc to replace secmem
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 |