*** gtcl/Makefile.in.orig Mon May 8 06:00:40 1995 --- gtcl/Makefile.in Mon May 8 05:59:44 1995 *************** *** 52,58 **** # To change the compiler switches, for example to change from -O # to -g, change the following line: ! CFLAGS = -g # To disable ANSI-C procedure prototypes reverse the comment characters # on the following lines: --- 52,58 ---- # To change the compiler switches, for example to change from -O # to -g, change the following line: ! CFLAGS = -O2 # To disable ANSI-C procedure prototypes reverse the comment characters # on the following lines: *** gtk/Makefile.in.orig Mon May 8 06:01:26 1995 --- gtk/Makefile.in Mon May 8 06:01:53 1995 *************** *** 79,85 **** # To change the compiler switches, for example to change from -O # to -g, change the following line: ! CFLAGS = -g # To turn off the security checks that disallow incoming sends when # the X server appears to be insecure, reverse the comments on the --- 79,85 ---- # To change the compiler switches, for example to change from -O # to -g, change the following line: ! CFLAGS = -O2 # To turn off the security checks that disallow incoming sends when # the X server appears to be insecure, reverse the comments on the *** guile/Makefile.in.orig Mon May 8 06:02:16 1995 --- guile/Makefile.in Mon May 8 06:02:43 1995 *************** *** 315,321 **** $(RANLIB) libguile.a guile: gmain.c libguile.a ! $(CCLD) -g -o guile $(srcdir)/gmain.c libguile.a $(LOADLIBES) clean: -rm $(libobjs) guile libguile.a --- 315,321 ---- $(RANLIB) libguile.a guile: gmain.c libguile.a ! $(CCLD) -O2 -o guile $(srcdir)/gmain.c libguile.a $(LOADLIBES) clean: -rm $(libobjs) guile libguile.a *** rx/Makefile.in.orig Mon May 8 06:04:40 1995 --- rx/Makefile.in Mon May 8 06:04:55 1995 *************** *** 33,39 **** CC = @CC@ INSTALL = @INSTALL@ DEFS = @DEFS@ ! CFLAGS = -g AR = ar AR_FLAGS = rc RANLIB = @RANLIB@ --- 33,39 ---- CC = @CC@ INSTALL = @INSTALL@ DEFS = @DEFS@ ! CFLAGS = -O2 AR = ar AR_FLAGS = rc RANLIB = @RANLIB@