aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2003-07-30 19:22:04 +0000
committerRichard M. Stallman2003-07-30 19:22:04 +0000
commitb53094d605ce58baad6ba287330d84f9edcb24a4 (patch)
tree9b2bc11e689d47ff03a39764669fa1a84002cf65 /src
parent15f772c8406e305e94884319d14b79b5b1711b8f (diff)
downloademacs-b53094d605ce58baad6ba287330d84f9edcb24a4.tar.gz
emacs-b53094d605ce58baad6ba287330d84f9edcb24a4.zip
(CFLAGS) [!OPTIMIZE]: Undo previous change.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in5
2 files changed, 4 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d4039a3c6a4..f076c78de4b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-07-30 Richard M. Stallman <rms@gnu.org>
2
3 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
4
12003-07-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 52003-07-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 6
3 * gtkutil.c (xg_mark_data): Update calls to mark_object. 7 * gtkutil.c (xg_mark_data): Update calls to mark_object.
diff --git a/src/Makefile.in b/src/Makefile.in
index 32b5d7fe439..1961dfcdb13 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -74,11 +74,6 @@ SHELL=/bin/sh
74#define NOT_C_CODE 74#define NOT_C_CODE
75#include "config.h" 75#include "config.h"
76 76
77#ifndef OPTIMIZE
78CFLAGS=-g
79#endif
80
81
82/* We won't really call alloca; 77/* We won't really call alloca;
83 don't let the file name alloca.c get messed up. */ 78 don't let the file name alloca.c get messed up. */
84#ifdef alloca 79#ifdef alloca