Add "-fno-exceptions" to "cflags_cc" on linux
This commit is contained in:
parent
ac33694028
commit
28f6e10e5a
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@
|
|||
],
|
||||
'cflags_cc': [
|
||||
'-D__STRICT_ANSI__',
|
||||
'-fno-exceptions',
|
||||
'-fno-rtti',
|
||||
],
|
||||
'ldflags': [
|
||||
|
|
Loading…
Reference in a new issue