From 44eb0541fa55f4a7a35af9eaa295ef41c46b3af1 Mon Sep 17 00:00:00 2001 From: Timotej Kapus Date: Mon, 9 Jul 2018 10:35:58 +0100 Subject: Enabled tcmalloc by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index efe7fdd9..1064e0ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -371,7 +371,7 @@ endif() ################################################################################ # TCMalloc support ################################################################################ -OPTION(ENABLE_TCMALLOC "Enable TCMalloc support" OFF) +OPTION(ENABLE_TCMALLOC "Enable TCMalloc support" ON) if (ENABLE_TCMALLOC) message(STATUS "TCMalloc support enabled") set(TCMALLOC_HEADER "gperftools/malloc_extension.h") -- cgit 1.4.1