From: Hilmar Preusse Date: Sat, 15 Jun 2024 21:25:01 +0000 (+0200) Subject: Do not build mimalloc as static lib X-Git-Tag: archive/raspbian/2.11.02+really2.11.01+ds-1+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1d37ebf962d36b17a0e86b7bfb8bb23c2d2415db;p=luametatex.git Do not build mimalloc as static lib Last-Update: 2024-05-18 Forwarded: not-needed Gbp-Pq: Name dynamic_linking.diff --- 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)