C/C++ gcc & ld - remove unused symbols - Stack Overflow
I need to optimize the size of my executable severely (ARM development) and I noticed that in my current build scheme (gcc + ld) unused symbols are not getting stripped. The usage of the arm-strip ... @Yippie: You want to get rid of code to minimize load ...