From ad54b7182ccc69b82ff17f549190b326d7ba7d11 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 25 Aug 1997 22:40:59 +0000 Subject: [PATCH] [project @ 1997-08-25 22:40:59 by sof] Compile with -O --- ghc/lib/cbits/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/lib/cbits/Makefile b/ghc/lib/cbits/Makefile index 1406b2a..6759634 100644 --- a/ghc/lib/cbits/Makefile +++ b/ghc/lib/cbits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/03/24 04:37:06 sof Exp $ +# $Id: Makefile,v 1.5 1997/08/25 22:40:59 sof Exp $ TOP = ../.. include $(TOP)/mk/boilerplate.mk @@ -12,7 +12,7 @@ SRCS= $(wildcard *.lc) C_SRCS = $(SRCS:.lc=.c) C_OBJS = $(C_SRCS:.c=.o) LIBOBJS = $(C_OBJS) -SRC_CC_OPTS = -I$(GHC_INCLUDE_DIR) +SRC_CC_OPTS = -O -I$(GHC_INCLUDE_DIR) # # Compile the files using the Haskell compiler (ghc really). -- 1.7.10.4