Skip to content

Commit 46286c1

Browse files
committed
Exclude jemalloc from anything apart from debug builds on osx and linux
1 parent 53fc11c commit 46286c1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cmake/duckdb_loader.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,11 @@ function(duckdb_add_library target_name)
251251

252252
# Create clean interface target
253253
_duckdb_create_interface_target(${target_name})
254+
255+
# Propagate BUILD_EXTENSIONS back to caller scope in case it was modified
256+
set(BUILD_EXTENSIONS
257+
"${BUILD_EXTENSIONS}"
258+
PARENT_SCOPE)
254259
endfunction()
255260

256261
function(duckdb_link_extensions target_name)

0 commit comments

Comments
 (0)