I believe I may have already talked with you about this, but in the spirit of being more active on the forums, here it goes.
It would be logical, in context of how arguments are generally parsed in UNIX tools, that whatever option appears
last is that which will be used. For example:
Code:
gcc -03 -0s micro.c -o micro
That should generate a binary with
size optimization, not level 3.