e9a5bb18d6
Steel Bank Common Lisp (SBCL) is an open source (free software) compiler and runtime system for ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, a debugger, and many extensions. From Josh Elsasser (MAINTAINER) ok kili@, jasper@
13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
$OpenBSD: patch-src_runtime_GNUmakefile,v 1.1.1.1 2008/04/14 12:29:40 deanna Exp $
|
|
--- src/runtime/GNUmakefile.orig Wed Feb 20 09:55:26 2008
|
|
+++ src/runtime/GNUmakefile Thu Apr 10 14:13:34 2008
|
|
@@ -23,7 +23,7 @@ NM = nm -gp
|
|
DEPEND_FLAGS = -MM
|
|
GREP = grep
|
|
|
|
-CFLAGS = -g -Wall -Wsign-compare -O3
|
|
+CFLAGS += -Wsign-compare
|
|
ASFLAGS = $(CFLAGS)
|
|
CPPFLAGS = -I.
|
|
|