Skip to content
Snippets Groups Projects
Commit aa860853 authored by William Todd Stinson's avatar William Todd Stinson
Browse files

MAINT-1636: Turning off tcmalloc for the build now that davep's changes are in...

MAINT-1636: Turning off tcmalloc for the build now that davep's changes are in to fix our major crasher.
parent 7db84aa7
No related branches found
Tags 6.1.0-release SL-6.1.0
No related merge requests found
...@@ -3,7 +3,7 @@ include(Prebuilt) ...@@ -3,7 +3,7 @@ include(Prebuilt)
# If you want to enable or disable TCMALLOC in viewer builds, this is the place. # If you want to enable or disable TCMALLOC in viewer builds, this is the place.
# set ON or OFF as desired. # set ON or OFF as desired.
set (USE_TCMALLOC ON) set (USE_TCMALLOC OFF)
if (STANDALONE) if (STANDALONE)
include(FindGooglePerfTools) include(FindGooglePerfTools)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment