File: dynamic_linking.diff

package info (click to toggle)
luametatex 2.11.08%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,156 kB
  • sloc: ansic: 252,593; makefile: 389; sh: 98
file content (16 lines) | stat: -rw-r--r-- 480 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Do not build mimalloc as static lib
Author: Hilmar Preusse <hille42@web.de>
Last-Update: 2025-10-26
Forwarded: not-needed

--- luametatex-2.11.08.orig/CMakeLists.txt
+++ luametatex-2.11.08/CMakeLists.txt
@@ -305,7 +305,7 @@
     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)