blob: 0e3145a7642fd744a8bf4fbc30acf9bcd0218bee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/api/cpp/CMakeLists.txt
+++ b/api/cpp/CMakeLists.txt
@@ -158,10 +158,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
|