From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24905 invoked by alias); 14 Apr 2005 20:52:41 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 24865 invoked from network); 14 Apr 2005 20:52:38 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 14 Apr 2005 20:52:38 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DMBKD-0005yM-B4; Thu, 14 Apr 2005 16:52:33 -0400 Date: Thu, 14 Apr 2005 20:52:00 -0000 From: Daniel Jacobowitz To: JS Cc: gdb@sources.redhat.com Subject: Re: Option -00? Message-ID: <20050414205233.GA22890@nevyn.them.org> Mail-Followup-To: JS , gdb@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-SW-Source: 2005-04/txt/msg00079.txt.bz2 On Thu, Apr 14, 2005 at 10:35:47PM +0200, JS wrote: > I read that you could give gcc an -00 or -OO option. Is it double zero or > double O and what does the option do? > > I searched the "man gcc" for both -00 and -OO but found nothing. Search a little harder? -O0 Do not optimize. This is the default. That's a zero. -- Daniel Jacobowitz CodeSourcery, LLC