Skip to content

Commit 3aaca61

Browse files
authored
Fixed again: disable jemalloc in duckdb (#166)
1 parent a83238c commit 3aaca61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/externals/duckdb.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
set(name duckdb)
88
set(source_dir ${CMAKE_CURRENT_BINARY_DIR}/${name}/source)
9-
set(make_envs "env" "GEN=ninja")
9+
set(make_envs "env" "GEN=ninja" "BUILD_JEMALLOC=1")
1010
ExternalProject_Add(
1111
${name}
1212
URL https://github.com/duckdb/duckdb/archive/refs/tags/v0.6.1.tar.gz

0 commit comments

Comments
 (0)