We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbbabfb commit da645deCopy full SHA for da645de
1 file changed
CMakeLists.txt
@@ -72,7 +72,7 @@ option(ENABLE_STATIC_LINK_TO_GCC "Build static link to gcc" ON)
72
option(ENABLE_TCMALLOC_STATIC "Build with Tcmalloc support" OFF)
73
option(ENABLE_JEMALLOC_STATIC "Build with Jemalloc support" OFF)
74
option(ENABLE_MIMALLOC_STATIC "Build with mimalloc support" OFF)
75
-option(ENABLE_SNMALLOC_STATIC "Build with snmalloc support" OFF)
+option(ENABLE_SNMALLOC_STATIC "Build with snmalloc support" ON)
76
77
option(ENABLE_BUILD_EXAMPLES "Build proxy examples" OFF)
78
option(ENABLE_LINKE_TO_LIBATOMIC "Link to libatomic.so - some platform requires it" OFF)
0 commit comments