From 04f8ecb2946185f339914515e932ce287230c057 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Fri, 8 Nov 1991 00:31:02 +0000
Subject: [PATCH] Compile with -O on the sparc, as it should be debugged by
 now.

---
 ldb/Makefile.orig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ldb/Makefile.orig b/ldb/Makefile.orig
index 6c49d5c40..8e85a7620 100644
--- a/ldb/Makefile.orig
+++ b/ldb/Makefile.orig
@@ -1,4 +1,4 @@
-/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/Makefile.orig,v 1.26 1991/11/08 00:27:25 wlott Exp $ */
+/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/Makefile.orig,v 1.27 1991/11/08 00:31:02 wlott Exp $ */
 INCLS = -I. -I/usr/misc/.X11/include
 
 OBJS = ldb.o egets.o coreparse.o alloc.o monitor.o print.o \
@@ -21,7 +21,7 @@ ARCH_SRC="rt-arch.c"
 #endif
 
 #ifdef sparc
-CFLAGS = -g ${INCLS}
+CFLAGS = -O ${INCLS}
 UNDEFSYMPATTERN=_&
 ASSEMFILE='sparc-assem.s'
 ARCH_SRC="sparc-arch.c"
-- 
GitLab