From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.help Subject: Re: Any advantages to recompile Emacs... Date: Fri, 23 Jan 2009 09:26:22 +0100 Message-ID: <38b2ab8a0901230026o76f8e422w2c955874eb0fe9ae@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1232699222 18835 80.91.229.12 (23 Jan 2009 08:27:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Jan 2009 08:27:02 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Ian Eure Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 23 09:28:15 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LQHOe-0005t0-B0 for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Jan 2009 09:28:12 +0100 Original-Received: from localhost ([127.0.0.1]:57571 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQHNM-0001iG-S4 for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Jan 2009 03:26:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQHMx-0001e9-UP for help-gnu-emacs@gnu.org; Fri, 23 Jan 2009 03:26:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQHMx-0001cf-3u for help-gnu-emacs@gnu.org; Fri, 23 Jan 2009 03:26:27 -0500 Original-Received: from [199.232.76.173] (port=54531 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQHMw-0001cI-VM for help-gnu-emacs@gnu.org; Fri, 23 Jan 2009 03:26:27 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:3109) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LQHMw-0007rr-Ej for help-gnu-emacs@gnu.org; Fri, 23 Jan 2009 03:26:26 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.157]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQHMv-00080R-Uf for help-gnu-emacs@gnu.org; Fri, 23 Jan 2009 03:26:26 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so2559436fgb.30 for ; Fri, 23 Jan 2009 00:26:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=I8uRWNQMNyHvxUNQ6AA37rlkNajnaSzZIEO+HmSSu/Q=; b=BcgresKldJE/j+F2X+fJQ2cKDDdXENFdZrz/dlw4bSzO5BnCSvGt7S65mazTowrUrG c1rIpaURsMfTSnZfBXvbrzsDyWTvHrNlxQ76V/KkJ/HgHoQQBSqDqO1qLLelx12sDaxL xbkUjsNmF/jA4PBriTyqGe/slo7gadYfVkAJY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=xP734giptbgd2onArO4mK48uEkL+YyTCfR9vOlsGOkUePtLyF37DrPQ4xplAngRaAq pGTrmrlcTzY1qtdorvrPvByujlMp/9gDLT0K8rbIjTp2qZxM3zWkPCVlZvpm5wZLpQyJ w2l8Dg7WbErSj857pyUndMFTQFAxY4UwThr4w= Original-Received: by 10.86.72.3 with SMTP id u3mr161764fga.1.1232699183011; Fri, 23 Jan 2009 00:26:23 -0800 (PST) In-Reply-To: X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61582 Archived-At: On Fri, Jan 23, 2009 at 12:14 AM, Ian Eure wrote: > > The default behavior of GCC is to include debugging symbols. You need to > explicitly remove them if they're not needed. I don't think so, you need to pass the famous '-g' switch for that (fortuantely). Thanks -- Francis