mimalloc is a bit overkill for out usage

This commit is contained in:
2026-03-30 10:33:44 +02:00
parent 31b7878766
commit 51afc4d228
3 changed files with 0 additions and 11 deletions

View File

@@ -9,12 +9,6 @@ find_package(magic_enum REQUIRED)
find_package(CLI11 REQUIRED)
find_package(quill REQUIRED)
if(${ASAN})
find_package(mimalloc-asan REQUIRED)
else()
find_package(mimalloc REQUIRED)
endif()
find_package(cpptrace REQUIRED)
if(BUILD_TESTS)