Topic: Correct optimization?
Hi Jeff,
In the project code generation panel, I can select "extreme" optimization level. when I do, i adds "-fgraphite-identity" to the optflags in the makefile. My understanding is that this doesn't do anything in terms of the generated code. Should the actual option added to the makefile be "-fgraphite" to apply the graphite transformations to the code?
regards, Pete