From owner-freebsd-questions@FreeBSD.ORG Wed Jul 27 06:51:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 17F3E16A41F for ; Wed, 27 Jul 2005 06:51:45 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E08A43D48 for ; Wed, 27 Jul 2005 06:51:44 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id 43B8F8BC6A; Wed, 27 Jul 2005 08:51:43 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27773-04; Wed, 27 Jul 2005 08:51:38 +0200 (CEST) Received: from firewall.demig (p50839235.dip0.t-ipconnect.de [80.131.146.53]) by server.absolute-media.de (Postfix) with ESMTP id 045DB85991; Wed, 27 Jul 2005 08:51:37 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j6R6mwFq068916; Wed, 27 Jul 2005 08:49:12 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: "Nikolas Britton" , "FreeBSD - Questions" Date: Wed, 27 Jul 2005 08:49:11 +0200 Message-ID: <001901c59277$4bccbe80$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 Importance: Normal X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: Subject: RE: FreeBSD 6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2005 06:51:45 -0000 > Is it just me or is -O2 now the default for kernel builds? What about > -Os, safe to use? As I understand the gcc description, -Os is -O2 with options turned off that possibly lead to increased code size. So it should work. Norbert