From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16965 invoked by alias); 22 Feb 2011 00:29:51 -0000 Received: (qmail 16955 invoked by uid 22791); 22 Feb 2011 00:29:50 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iw0-f175.google.com (HELO mail-iw0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 Feb 2011 00:29:45 +0000 Received: by iwn10 with SMTP id 10so2710325iwn.20 for ; Mon, 21 Feb 2011 16:29:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.200.138 with SMTP id ew10mr1639645ibb.59.1298334583442; Mon, 21 Feb 2011 16:29:43 -0800 (PST) Received: by 10.231.35.129 with HTTP; Mon, 21 Feb 2011 16:29:43 -0800 (PST) In-Reply-To: <4D62F0C9.1010305@andihellmund.com> References: <4D62F0C9.1010305@andihellmund.com> Date: Tue, 22 Feb 2011 00:34:00 -0000 Message-ID: Subject: Re: options for later passes From: kevin diggs To: Andi Hellmund Cc: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-02/txt/msg00343.txt.bz2 On Mon, Feb 21, 2011 at 5:10 PM, Andi Hellmund wrote: > >> Does anyone else need the -O2? > > No, only the compiler (cc1, cc1plus, ...) > Can I assume this also includes all of -O's -f friends? Thanks! kevin