RE: bin. packages compilation options

2004-07-09 Thread Kyryll Mirnenko
I mean the binaries distributed by freebsd community (available via FTP),
not those I compile, do they have any optimization?

-Original Message-
From: Paul Everlund [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 09, 2004 6:00 PM
To: Kyryll Mirnenko
Subject: Re: bin. packages compilation options

Kyryll Mirnenko wrote:
   What flags (e.g. optimization, target arch.) are
  FreeBSD binaries (core  packages) compiled with?
  Is there a standart?

Take a look at /etc/defaults/make.conf.

This file is preceded by /etc/make.conf, if it exists.

Best regards,
Paul



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bin. packages compilation options

2004-07-09 Thread Chuck Swiger
Kyryll Mirnenko wrote:
I mean the binaries distributed by freebsd community (available via FTP),
not those I compile, do they have any optimization?
Yes, the standard CFLAGS are something close to -O -pipe.  There is work in 
progess to fix some coding problems within the base system and have -O2 
supported in -CURRENT.

--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]