Skip to content
Snippets Groups Projects
Commit 04f8ecb2 authored by wlott's avatar wlott
Browse files

Compile with -O on the sparc, as it should be debugged by now.

parent 6892bf14
No related branches found
No related tags found
No related merge requests found
/* $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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment