changeset 5030:1c9c9a87f8b6

Delete spurious CFLAGS=-g.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Nov 1993 11:25:17 +0000
parents c02c789d39d7
children cad49955c59e
files src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Mon Nov 15 10:52:46 1993 +0000
+++ b/src/Makefile.in	Mon Nov 15 11:25:17 1993 +0000
@@ -225,7 +225,7 @@
 
    -DHAVE_CONFIG_H is needed for some other files to take advantage of
    the information in `config.h'.  */
-CFLAGS=-g
+
 /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM
    since it may have -I options that should override those two.  */
 ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAG) -I. -I${srcdir} C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_SITE C_SWITCH_X_SITE C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM ${CFLAGS}