Skip to content

Commit a2d53e7

Browse files
committed
build: turn on mimalloc by default
1 parent 9c21019 commit a2d53e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ macro(cpr_option OPTION_NAME OPTION_TEXT OPTION_DEFAULT)
4444
message(STATUS " ${OPTION_NAME}: ${${OPTION_NAME}}")
4545
endmacro()
4646

47-
cpr_option(BUILD_WITH_MIMALLOC "If ON, build with mimalloc" OFF)
47+
cpr_option(BUILD_WITH_MIMALLOC "If ON (default), build with mimalloc" ON)
4848
cpr_option(USE_EXTERNAL_FFI "Specify to use external ffi dependency" OFF)
4949

5050
add_subdirectory(deps/quickjs EXCLUDE_FROM_ALL)

0 commit comments

Comments
 (0)