Asko Kauppi a écrit :
I think -Os only "optimizes for size", it's a compilation flag, not linker.You're right , -Os is the gcc option : "optimise for size", I've mistaken it for the linker -s option that strip symbol information from the output file.(not that it matters..)