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 /.gitmodules | |
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 '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 397da182..3463984f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,7 @@ url = https://github.com/bricke/Qt-AES.git [submodule "third_party/spdlog"] path = third_party/spdlog - url = https://github.com/gabime/spdlog.git
\ No newline at end of file + url = https://github.com/gabime/spdlog.git +[submodule "third_party/mimalloc"] + path = third_party/mimalloc + url = https://github.com/microsoft/mimalloc.git |