On Tue, 18 Feb 2014, Michael Petch wrote:

So this should work:

./configure CC="gcc49" CPPFLAGS="-O3 -funroll-loops -march=native
-mtune=native -I/usr/local/include" LDFLAGS="-L/usr/local/lib"

This doesn't look right. Only -I is a preprocessor flag. The others are compiler (or linker) flags : CFLAGS="-O3 -funroll-loops -march=native -mtune=native" CPPFLAGS="-I/usr/local/include"
LDFLAGS="-L/usr/local/lib"

Anyway, Eli should not expect too much from compiler flags tuning : 4ply will remain a little slow.

_______________________________________________
Bug-gnubg mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to