How to add some special linker options like -s0 -s1 and so on... ?
How to add some special linker options like -s0 -s1 and so on... ?
In qmake?
QMAKE_CFLAGS_...
and
QMAKE_CXXFLAGS_...
I think
Through settings or edit makefile?
Through editing your .pro file
I try to strip file size through compilation optimalization...In MINGW it is: -s0 ... -s6, I don't know how is it in G++...
'-Os' optimises for size
Bookmarks