I would like to define a set of 10 optimization options to an input C program. example: gcc -fauto-inc-dec -fbranch-count-reg -fcombine-stack-adjustments ... test.c -o out.o Does the order of these options affect the effectiveness of the produced code?