diff options
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-31 12:39:18 +0000 |
---|---|---|
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-31 12:39:18 +0000 |
commit | e5720e3202d83790f37c9e5104d71a190107b9a3 (patch) | |
tree | 3c39987ebbe731992c4d5be12f12fa5c6f842848 /gyp | |
parent | 8e4e51d69b383c5439444be123bc9084f95c437c (diff) |
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
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/common_conditions.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
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', }, }, ], |