I understand that the order of compiler (and linker?) options (and thus which is the final option used "For options of the same specificity, the last one takes effect.") can be controlled by appending project or prepending or using only target or project.
and that there may also be global compiler settings.
Are any global compiler settings always last on the list and will therefore always override any project or target options?
Is this also true of "Other compiler options"?
Thanks Paul