blob: d4d04a40ab803e4b685d53d222ba588f83dda605 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/api/cpp/CMakeLists.txt
+++ b/api/cpp/CMakeLists.txt
@@ -191,10 +191,6 @@ if(SLINT_FEATURE_COMPILER AND NOT SLINT_COMPILER)
if (SLINT_FEATURE_SDF_FONTS)
list(APPEND slint_compiler_features "sdf-fonts")
endif()
- # Enable jemalloc, except when cross-compiling. (#7463)
- if(NOT CMAKE_CROSSCOMPILING)
- list(APPEND slint_compiler_features "jemalloc")
- endif()
set_property(
TARGET slint-compiler
PROPERTY CORROSION_FEATURES
|