diff options
Diffstat (limited to 'base/allocator/allocator.gyp')
-rw-r--r-- | base/allocator/allocator.gyp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp index f1124fc..1428113 100644 --- a/base/allocator/allocator.gyp +++ b/base/allocator/allocator.gyp @@ -17,6 +17,7 @@ '<(tcmalloc_dir)/src', '../..', ], + 'defines': ['TCMALLOC_USE_DOUBLYLINKED_FREELIST',], 'direct_dependent_settings': { 'configurations': { 'Common_Base': { @@ -266,10 +267,6 @@ }, }, 'configurations': { - 'Debug': { - 'defines': - ['TCMALLOC_USE_DOUBLYLINKED_FREELIST'], - }, 'Debug_Base': { 'msvs_settings': { 'VCCLCompilerTool': { |