CREATE_PROJECT: Don't add -fno-rtti.
This commit is contained in:
parent
e24737f142
commit
32b2454751
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue