Do not build mimalloc as static lib
authorHilmar Preusse <hille42@web.de>
Sat, 15 Jun 2024 21:25:01 +0000 (23:25 +0200)
committerHilmar Preusse <hille42@web.de>
Sat, 15 Jun 2024 21:25:01 +0000 (23:25 +0200)
Last-Update: 2024-05-18
Forwarded: not-needed

Gbp-Pq: Name dynamic_linking.diff

CMakeLists.txt

index b50a190f69aefc04b52d52ddf1509cb66cfe03e2..37e9e04573e0bdf3f5407ebb719e2bf9cd3ea8d3 100644 (file)
@@ -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)