CREATE_PROJECT: Don't add -fno-rtti.

This commit is contained in:
Einar Johan Trøan Sømåen 2015-04-09 19:51:33 +02:00
parent e24737f142
commit 32b2454751

View file

@ -415,7 +415,6 @@ int main(int argc, char *argv[]) {
globalWarnings.push_back("-Wwrite-strings");
// The following are not warnings at all... We should consider adding them to
// a different list of parameters.
globalWarnings.push_back("-fno-rtti");
globalWarnings.push_back("-fno-exceptions");
globalWarnings.push_back("-fcheck-new");