On Sat, Jul 14, 2012 at 5:00 PM, Toon Moene wrote:
> I have been using the option -flto-partition=none recently (with Debian
> testing's gcc-4.7.1-2), but I'm not convinced - based on the documentation -
> that I am using it correctly.
>
> I have:
>
> for C source code:
>
> CCFLAGS := -g -Ofast -f
I have been using the option -flto-partition=none recently (with Debian
testing's gcc-4.7.1-2), but I'm not convinced - based on the
documentation - that I am using it correctly.
I have:
for C source code:
CCFLAGS := -g -Ofast -flto -march=native -mtune=native
for Fortran source code:
FCFLA