disable werror on 64 bit
BUG= Review URL: https://codereview.appspot.com/7057057 git-svn-id: http://skia.googlecode.com/svn/trunk@7066 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
070dcd8ad3
commit
fe0d680bcc
@ -181,6 +181,9 @@
|
||||
['skia_arch_width == 32', {
|
||||
'xcode_settings': {
|
||||
'ARCHS': 'i386',
|
||||
'OTHER_CPLUSPLUSFLAGS': [
|
||||
'-Werror',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
@ -222,7 +225,6 @@
|
||||
'GCC_WARN_UNUSED_VALUE': 'YES',
|
||||
'GCC_WARN_UNUSED_VARIABLE': 'YES',
|
||||
'OTHER_CPLUSPLUSFLAGS': [
|
||||
'-Werror',
|
||||
'-mssse3',
|
||||
'-fvisibility=hidden',
|
||||
'-fvisibility-inlines-hidden',
|
||||
|
Loading…
Reference in New Issue
Block a user