Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.0
-
None
Description
When trying to remove the RTTI flag from the generated Xcode project (QMAKESPEC=macx-xcode), then the following has no effect:
CONFIG -= rtti
QMAKE_CXXFLAGS += -fno-rtti
The generated Xcode project will still have the "Enable C++ Runtime Types" setting enabled.
With QMAKESPEC=macx-g++, setting "QMAKE_CXXFLAGS += -fno-rtti" generates a Makefile that has the -fno-rtti compiler option, but "CONFIG -= rtti" does not affect the Makefile.