As far as I understand gcc 4.5.2 is used as a C++ compiler. But what are the compilation flags? Are they "-O3 -funroll-loops" as in the starter package makefile or somewhat else? Can I change the flags?
And if it's not possible specify arbitrary flags is there any way to enable fast math at least?