"Hite, Christopher" <Christopher.Hite@xxxxxxxxxxxxxxxxxxxxxxx> writes: > No the stripped binary is with the old and new compiler is 60MB. That > seems to be the size of my code. So it's not an issue code bloat issue. > The binary with debug info goes from 180MB to 1200MB when I upgrade the > compiler. Ah, then it is improved debug info. At least, I hope it's better. There are various options you can use to control the size of the debug info, such as -femit-struct-debug-XXX. > Does debug information affect performance in any way? No. Ian