Shrinking exe by removing RTTI
问题 In this question (link) it was said that the line below (in each unit) would remove as much RTTI as possible: {$RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([])} The posting didn't mention what Delphi version it works with, but I assume D2010. However, when I include the line above, I get this error: DCC Fatal Error: E2158 System unit out of date or corrupted: missing TVisibilityClasses. I'm using a "stock" version of D2010 and have never done anything that I'm aware of that would change