summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-07-30 19:22:04 +0000
committerRichard M. Stallman <rms@gnu.org>2003-07-30 19:22:04 +0000
commitb53094d605ce58baad6ba287330d84f9edcb24a4 (patch)
tree9b2bc11e689d47ff03a39764669fa1a84002cf65 /src
parent15f772c8406e305e94884319d14b79b5b1711b8f (diff)
downloademacs-b53094d605ce58baad6ba287330d84f9edcb24a4.tar.gz
(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 @@
+2003-07-30 Richard M. Stallman <rms@gnu.org>
+
+ * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
+
2003-07-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* 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
#define NOT_C_CODE
#include "config.h"
-#ifndef OPTIMIZE
-CFLAGS=-g
-#endif
-
-
/* We won't really call alloca;
don't let the file name alloca.c get messed up. */
#ifdef alloca