Skip to content

Commit da645de

Browse files
committed
Update cmake to use snmalloc by default
1 parent dbbabfb commit da645de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ option(ENABLE_STATIC_LINK_TO_GCC "Build static link to gcc" ON)
7272
option(ENABLE_TCMALLOC_STATIC "Build with Tcmalloc support" OFF)
7373
option(ENABLE_JEMALLOC_STATIC "Build with Jemalloc support" OFF)
7474
option(ENABLE_MIMALLOC_STATIC "Build with mimalloc support" OFF)
75-
option(ENABLE_SNMALLOC_STATIC "Build with snmalloc support" OFF)
75+
option(ENABLE_SNMALLOC_STATIC "Build with snmalloc support" ON)
7676

7777
option(ENABLE_BUILD_EXAMPLES "Build proxy examples" OFF)
7878
option(ENABLE_LINKE_TO_LIBATOMIC "Link to libatomic.so - some platform requires it" OFF)

0 commit comments

Comments
 (0)