diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-11-17 15:35:47 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-11-17 15:35:47 +0000 |
commit | 0069aa5708fc2b9b9b6c21ee37023ea5cee8be06 (patch) | |
tree | 09b15339b1df2d4f7e3c282b9cf30b19074d702c /gyp | |
parent | be2aa2aa1f8bf73d974bdd9438fc741bbf0cfbe6 (diff) |
add commented line to try to add additional warnings
git-svn-id: http://skia.googlecode.com/svn/trunk@2706 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/common_conditions.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index bf3252d8c1..014046f043 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi @@ -114,6 +114,8 @@ 'xcode_settings': { 'SYMROOT': '<(DEPTH)/xcodebuild', 'SDKROOT': 'macosx10.6', +# trying to get this to work, but it needs clang I think... +# 'WARNING_CFLAGS': '-Wexit-time-destructors', }, }, ], |