Quote:
Originally Posted by Sai Baba
Yes, I am sure, in release build - and also in distribution build! Where is RTTI option in xcode? Will try to find it later myself anyway ...
|
Oh, it's called "Enable C++ Runtime Types" in xcode, disable it (unless you are using them). It doesn't solve the problem though. The mangled function names are still there. I guess Apple wants to keep them there for stack trace reports or something, or maybe to easily check if we are using some taboo API. I guess the only solution is to give these functions/classes some silly names.