Add "-fno-exceptions" to "cflags_cc" on linux

This commit is contained in:
Aleksei Kuzmin 2018-04-17 13:58:05 +02:00 committed by Samuel Attard
parent ac33694028
commit 28f6e10e5a

View file

@ -136,6 +136,7 @@
],
'cflags_cc': [
'-D__STRICT_ANSI__',
'-fno-exceptions',
'-fno-rtti',
],
'ldflags': [