I\'m using gcc\'s -fno-rtti flag to compile my C++ without runtime type information.
-fno-rtti
Assuming I\'m not using dynamic_cast<> or type
dynamic_cast<>
type
We have used gcc without rtti for 5 years with no specific problems (not using dynamic_cast or typeid)