xcode_settings OTHER_CPLUSPLUSFLAGS is a list.
https://codereview.appspot.com/6588062/ git-svn-id: http://skia.googlecode.com/svn/trunk@5769 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
2b64f84b4b
commit
43b4ed5b0c
@ -202,7 +202,11 @@
|
|||||||
'GCC_WARN_UNUSED_LABEL': 'YES',
|
'GCC_WARN_UNUSED_LABEL': 'YES',
|
||||||
'GCC_WARN_UNUSED_VALUE': 'YES',
|
'GCC_WARN_UNUSED_VALUE': 'YES',
|
||||||
'GCC_WARN_UNUSED_VARIABLE': 'YES',
|
'GCC_WARN_UNUSED_VARIABLE': 'YES',
|
||||||
'OTHER_CPLUSPLUSFLAGS': '-mssse3 -fvisibility=hidden -fvisibility-inlines-hidden',
|
'OTHER_CPLUSPLUSFLAGS': [
|
||||||
|
'-mssse3',
|
||||||
|
'-fvisibility=hidden',
|
||||||
|
'-fvisibility-inlines-hidden',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user