Thank you for looking into this. This may be operating as designed, but eliminating RTTI is a standard feature on most commercial embedded compilers that support C++. These unused RTTI structures, especially the string names, take up a significant amount of space, nearly 2KB. I could understand having a few root level TypeInfo data structures perhaps, but the string names are a problematic overhead...
↧