diff options
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 0974b49..b2ab261 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1896,6 +1896,9 @@ ['OS=="mac" or OS=="ios"', { 'clang%': 1, + # On Mac and iOS we just use the default system allocator. + 'use_allocator%': 'none', + 'variables': { # Mac OS X SDK and deployment target support. The SDK identifies # the version of the system headers that will be used, and |