File: dynamic_linking.diff

package info (click to toggle)
luametatex 2.11.07%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,348 kB
  • sloc: ansic: 237,080; makefile: 364; sh: 98
file content (16 lines) | stat: -rw-r--r-- 472 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-06-30
Forwarded: not-needed

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