diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi index df96104..d61c933 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -948,8 +948,8 @@ }] ], }], - ['linux_use_tcmalloc==1', { - 'defines': ['LINUX_USE_TCMALLOC'], + ['linux_use_tcmalloc==0', { + 'defines': ['NO_TCMALLOC'], }], ], }, |