From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22612 invoked by alias); 16 Dec 2007 18:49:28 -0000 Received: (qmail 22604 invoked by uid 22791); 16 Dec 2007 18:49:27 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.177) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 16 Dec 2007 18:49:19 +0000 Received: by wa-out-1112.google.com with SMTP id l35so2933929waf.12 for ; Sun, 16 Dec 2007 10:49:17 -0800 (PST) Received: by 10.142.171.6 with SMTP id t6mr2350686wfe.150.1197830957382; Sun, 16 Dec 2007 10:49:17 -0800 (PST) Received: by 10.142.199.17 with HTTP; Sun, 16 Dec 2007 10:49:17 -0800 (PST) Message-ID: Date: Sun, 16 Dec 2007 18:49:00 -0000 From: NightStrike To: Binutils Subject: Will strip remove what gcc adds with -g? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2007-12/txt/msg00093.txt.bz2 As per the title, using gcc -g adds debug information. Will strip remove this information?