bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] building 1.0.2.000 on FreeBSD.......


From: Philippe Michel
Subject: Re: [Bug-gnubg] building 1.0.2.000 on FreeBSD.......
Date: Tue, 18 Feb 2014 21:03:23 +0100 (CET)
User-agent: Alpine 2.00 (BSF 1167 2008-08-23)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]