Forum Discussion
Altera_Forum
Honored Contributor
14 years agoOptimize a single file in a project
What is the easiest way with NIOS II EDS 10.1sp1 to setup the auto-generated Makefile to optimize a single file? By default the project has optimization turned off, but I'd like to enable it on a si...
Altera_Forum
Honored Contributor
14 years agoPersonally I'd use -O2 (or -O3) all the time, unless I really suspect a compiler bug.