On Fri, 09 Mar 2007 07:53:00 -0500
Gerard <[EMAIL PROTECTED]> wrote:

> On Thursday March 08, 2007 at 07:45:06 (PM) Christian Walther wrote:
> 
> 
> > CFLAGS can be defined in /etc/make.conf
> > My CFLAGS is set to -O2 -pipe. You might want to take a look at
> > CPUTYPE, too. This can be set to match your CPU type, which means
> > you'll get the most of it.
> > You can find some examples in /usr/share/examples/etc/make.conf
> 
> Thanks, but that is not exactly what I was looking for. I was
> attempting to find out what the default setting is in FreeBSD-6.2. I
> heard it was '02' but I have not been able to confirm that.
> 

In my case:

$ make -V CFLAGS
-O2 -fno-strict-aliasing -pipe -march=athlon-mp

but run it on your own machine as it depends on what you set as
CPUTYPE in make.conf
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to