Skip to content

Commit 6945c28

Browse files
committed
not using tcmalloc on OSX
1 parent 4d20ee9 commit 6945c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nw.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
'<(DEPTH)/base/allocator/allocator.gyp:allocator',
270270
],
271271
}],
272-
['(os_posix==1 and linux_use_tcmalloc==1) or (android_use_tcmalloc==1)', {
272+
['(os_posix==1 and OS != "mac" and linux_use_tcmalloc==1)', {
273273
'dependencies': [
274274
# This is needed by content/app/content_main_runner.cc
275275
'<(DEPTH)/base/allocator/allocator.gyp:allocator',

0 commit comments

Comments
 (0)