From owner-freebsd-questions@FreeBSD.ORG Fri Jul 9 16:18:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2455916A4CE for ; Fri, 9 Jul 2004 16:18:14 +0000 (GMT) Received: from out012.verizon.net (out012pub.verizon.net [206.46.170.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id B42B343D48 for ; Fri, 9 Jul 2004 16:18:13 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.84.3]) by out012.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040709161812.KBYU2198.out012.verizon.net@[192.168.1.3]>; Fri, 9 Jul 2004 11:18:12 -0500 Message-ID: <40EEC531.5010706@mac.com> Date: Fri, 09 Jul 2004 12:17:53 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040608 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kyryll Mirnenko References: <20040709151100.E993043D45@mx1.FreeBSD.org> In-Reply-To: <20040709151100.E993043D45@mx1.FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out012.verizon.net from [68.161.84.3] at Fri, 9 Jul 2004 11:18:11 -0500 cc: freebsd-questions@freebsd.org Subject: Re: bin. packages compilation options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 16:18:14 -0000 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