Set no rtti option to avoid warnings on Android.
git-svn-id: http://skia.googlecode.com/svn/trunk@3905 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
f21c704119
commit
39a7475179
@ -81,6 +81,11 @@
|
||||
},
|
||||
'conditions': [
|
||||
['OS!="win"', {'product_name': 'jpeg'}],
|
||||
['OS=="android"', {
|
||||
'cflags!': [
|
||||
'-fno-rtti', # supresses warnings about invalid option of non-C++ code
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user