I'm trying to build a static Qt library with mingw as small as possible. Even though configure -help lists a "-no-rtti" option, it doesn't work; if I specify it, configure aborts saying that -no-rtti is not a valid option. Does Qt require RTTI nowadays? Is it safe to forcefully delete the "-frtti" flag from the makespec prior to building Qt?