From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: CFLAGS change Date: Tue, 15 Jul 2003 02:58:33 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1058252624 5992 80.91.224.249 (15 Jul 2003 07:03:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 15 Jul 2003 07:03:44 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jul 15 09:03:42 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19cJqg-0001YL-00 for ; Tue, 15 Jul 2003 09:03:42 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19cK4J-0008Fa-00 for ; Tue, 15 Jul 2003 09:17:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19cJqt-0001qJ-2K for emacs-devel@quimby.gnus.org; Tue, 15 Jul 2003 03:03:55 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19cJm6-0000Zr-5w for emacs-devel@gnu.org; Tue, 15 Jul 2003 02:58:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19cJlw-0000ZO-SH for emacs-devel@gnu.org; Tue, 15 Jul 2003 02:58:49 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19cJli-0008L1-1u for emacs-devel@gnu.org; Tue, 15 Jul 2003 02:58:34 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19cJlh-0000mX-0x; Tue, 15 Jul 2003 02:58:33 -0400 Original-To: Andreas Schwab In-reply-to: (message from Andreas Schwab on Mon, 14 Jul 2003 15:19:59 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15615 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15615 What's wrong with "./configure CFLAGS=-g"? Does specifying CFLAGS in configure that way have a semipermanent effect? I don't remember. Just specifying CFLAGS was the first thing I did, but I believe I recall I found that did not turn off INLINE. Perhaps something in configure could check the value of CFLAGS and use that to control whether to inline.