From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25192 invoked by alias); 17 Aug 2012 08:23:37 -0000 Received: (qmail 25165 invoked by uid 22791); 17 Aug 2012 08:23:34 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-qa0-f54.google.com (HELO mail-qa0-f54.google.com) (209.85.216.54) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Aug 2012 08:23:14 +0000 Received: by qatn12 with SMTP id n12so1373939qat.20 for ; Fri, 17 Aug 2012 01:23:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.69.82 with SMTP id y18mr3049984qci.156.1345191794006; Fri, 17 Aug 2012 01:23:14 -0700 (PDT) Received: by 10.229.236.84 with HTTP; Fri, 17 Aug 2012 01:23:13 -0700 (PDT) Date: Fri, 17 Aug 2012 08:40:00 -0000 Message-ID: Subject: disable all cfi and debugging information From: Reza Roboubi To: 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: 2012-08/txt/msg00135.txt.bz2 Hi, I'm using g++ -g0 -ggdb0 -gstabs0 -O2 -S and still seeing cfi directives in my assembly output file. How can I _fully_ silence all this noise? Thanks, Reza.