aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2003-07-30 19:22:04 +0000
committerRichard M. Stallman <[email protected]>2003-07-30 19:22:04 +0000
commitb53094d605ce58baad6ba287330d84f9edcb24a4 (patch)
tree9b2bc11e689d47ff03a39764669fa1a84002cf65 /src/Makefile.in
parent15f772c8406e305e94884319d14b79b5b1711b8f (diff)
(CFLAGS) [!OPTIMIZE]: Undo previous change.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 32b5d7fe43..1961dfcdb1 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