Stripping A File != Optimization
Tags: debugging, optimization, Programming, strip, symbols
It is a common misconception that the “strip” command does some kind of magic optimization to an executable resulting in it running faster. Its also a common misconception that the smaller an executable is in size, the less memory it will consume. Neither case is correct. I could write a program in 10 lines that [...]
Read: "Stripping A File != Optimization"


