diff options
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index c49fe45..4f6d4bb 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -185,7 +185,7 @@ 'linux_strip_binary%': 0, # Enable TCMalloc. - 'linux_use_tcmalloc%': 1, + 'linux_use_tcmalloc%': 0, 'linux_fpic%': 0, |