move -fno-rtti into brightray.gypi target_defaults
This commit is contained in:
parent
6053911bd2
commit
90db457258
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@
|
||||||
['OS=="linux"', {
|
['OS=="linux"', {
|
||||||
'cflags_cc': [
|
'cflags_cc': [
|
||||||
'-std=gnu++11',
|
'-std=gnu++11',
|
||||||
|
'-fno-rtti',
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue