fcc: Change optimisation behaviour
authorAlan Cox <alan@linux.intel.com>
Tue, 17 Mar 2015 12:10:54 +0000 (12:10 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 17 Mar 2015 12:10:54 +0000 (12:10 +0000)
commit3f6226c0eb9aec1ef84125b3cf96dc9448c12d4c
tree04e6b556d21ee46f55070e014564348bef9fb156
parent9390979ffdd716dc47efb092383aae91b0292685
fcc: Change optimisation behaviour

-O1/-O2 turn on minor optimisation and serious optimisation
-O3 now does the same as -O2 but turns off optimise for size
-O4 turns on "I've got all day" optimisation levels for sdcc
Library/tools/fcc.c