From 1d37ebf962d36b17a0e86b7bfb8bb23c2d2415db Mon Sep 17 00:00:00 2001 From: Hilmar Preusse Date: Sat, 15 Jun 2024 23:25:01 +0200 Subject: [PATCH] Do not build mimalloc as static lib Last-Update: 2024-05-18 Forwarded: not-needed Gbp-Pq: Name dynamic_linking.diff --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b50a190..37e9e04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -257,7 +257,7 @@ if ((DEFINED luametatex_use_mimalloc)) add_definitions(-DLUAMETATEX_USE_MIMALLOC=1) # add_definitions(-DMIMALLOC_RESET_DELAY=250) # set(luametatex_use_mimalloc 1) - include(cmake/mimalloc.cmake) + #include(cmake/mimalloc.cmake) endif() include(cmake/tex.cmake) -- 2.30.2