From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: -g flag no longer default? Date: Thu, 22 Apr 2010 11:58:06 -0400 Message-ID: <87bpdb1nu9.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271951930 8328 80.91.229.12 (22 Apr 2010 15:58:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2010 15:58:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 22 17:58:48 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O4ynQ-0005bO-QT for ged-emacs-devel@m.gmane.org; Thu, 22 Apr 2010 17:58:47 +0200 Original-Received: from localhost ([127.0.0.1]:40598 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4ynL-0001Ra-2C for ged-emacs-devel@m.gmane.org; Thu, 22 Apr 2010 11:58:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4ynF-0001RI-Vt for emacs-devel@gnu.org; Thu, 22 Apr 2010 11:58:21 -0400 Original-Received: from [140.186.70.92] (port=57972 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4ynD-0001R5-OQ for emacs-devel@gnu.org; Thu, 22 Apr 2010 11:58:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4ynB-0003XR-Rv for emacs-devel@gnu.org; Thu, 22 Apr 2010 11:58:18 -0400 Original-Received: from pantheon-po25.its.yale.edu ([130.132.50.119]:50428) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4yn4-0003WR-61; Thu, 22 Apr 2010 11:58:10 -0400 Original-Received: from furry (dhcp128036014104.central.yale.edu [128.36.14.104]) (authenticated bits=0) by pantheon-po25.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o3MFw7DQ009978 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 22 Apr 2010 11:58:07 -0400 Original-Received: by furry (Postfix, from userid 1000) id 5AEABC055; Thu, 22 Apr 2010 11:58:06 -0400 (EDT) In-Reply-To: (Miles Bader's message of "Thu, 22 Apr 2010 17:04:51 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.96 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:124052 Archived-At: Miles Bader writes: > To the best of my knowledge, the default compile flags for emacs were > "-O2 -g" or something similar, but now it seems to omit the "-g". > > Is this really a change in the defaults? If so, it seems a bad change. I'm sure this is a mistake. Could someone try to track down which of the recent changes to configure.in in the trunk introduced this?