Forum Discussion
Altera_Forum
Honored Contributor
21 years agoAnd you might want to try different optimisation options.
-O3 means optimise for speed. This often generates bigger code than -O2. If you want to optimise for code size then use -Os (the 1.0 compiler implements this but it isn't available in the GUI until 1.1)