From 1116ea787eb5c848ac16c7561bb8134c61395676 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 11 Feb 2002 17:10:56 +0000 Subject: [PATCH] [project @ 2002-02-11 17:10:56 by simonmar] don't forget -funbox-strict-fields for GHC.IOBase --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32af1eb..196b566 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.11 2002/02/11 12:31:30 simonmar Exp $ +# $Id: Makefile,v 1.12 2002/02/11 17:10:56 simonmar Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -40,6 +40,10 @@ ALL_DIRS = \ PKG = base SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude +SRC_HSC2HS_OPTS += -Iinclude + +# ESSENTIAL, for getting reasonable performance from the I/O library: +GHC/IOBase_HC_OPTS = -funbox-strict-fields # ----------------------------------------------------------------------------- # PrimOpWrappers -- 1.7.10.4