projects
/
luametatex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
820bfbc
)
Do not build mimalloc as static lib
author
Hilmar Preusse
<hille42@web.de>
Sat, 15 Jun 2024 21:25:01 +0000
(23:25 +0200)
committer
Hilmar 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
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index b50a190f69aefc04b52d52ddf1509cb66cfe03e2..37e9e04573e0bdf3f5407ebb719e2bf9cd3ea8d3 100644
(file)
--- 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)