$OpenBSD: patch-src_runtime_GNUmakefile,v 1.7 2017/02/06 08:18:53 jca Exp $
--- src/runtime/GNUmakefile.orig	Mon Feb  6 08:42:09 2017
+++ src/runtime/GNUmakefile	Mon Feb  6 08:42:22 2017
@@ -24,7 +24,7 @@ GREP = grep
 
 include ../../output/prefix.def
 
-CFLAGS = -g -Wall -Wsign-compare -O3
+CFLAGS = -Wall -Wsign-compare ${PORTS_CFLAGS}
 ASFLAGS = $(CFLAGS)
 CPPFLAGS = -I. -DSBCL_PREFIX=\"$(SBCL_PREFIX)\"
 
