From e5720e3202d83790f37c9e5104d71a190107b9a3 Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Thu, 31 May 2012 12:39:18 +0000 Subject: suppress warning on Mac http://codereview.appspot.com/6245070/ M gyp/common_conditions.gypi git-svn-id: http://skia.googlecode.com/svn/trunk@4087 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/common_conditions.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index ab98171c79..985f1bdd54 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi @@ -132,6 +132,7 @@ # trying to get this to work, but it needs clang I think... # 'WARNING_CFLAGS': '-Wexit-time-destructors', 'CLANG_WARN_CXX0X_EXTENSIONS': 'NO', + 'OTHER_CPLUSPLUSFLAGS': '-mssse3 -fvisibility=hidden -fvisibility-inlines-hidden', }, }, ], -- cgit v1.2.3