Re: The documentation of option -flto-partition=alg

2012-07-16 Thread Richard Guenther
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

The documentation of option -flto-partition=alg

2012-07-14 Thread Toon Moene
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