Skip to content

Commit

Permalink
build: set FOLLY_USE_JEMALLOC
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Aug 15, 2024
1 parent 969d527 commit a1496f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/folly.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ set(ZSTD_LIBRARY_RELEASE
set(ZSTD_LIBRARY_DEBUG
"ZSTD_LIBRARY_DEBUG-NOTFOUND"
CACHE FILEPATH "don't build folly with zstd" FORCE)
set(FOLLY_USE_JEMALLOC ${USE_JEMALLOC})

# TODO: this is due to a bug in folly's Portability.h
add_compile_definitions(FOLLY_CFG_NO_COROUTINES)
Expand Down

0 comments on commit a1496f0

Please sign in to comment.