From: simonmar Date: Mon, 11 Feb 2002 17:10:56 +0000 (+0000) Subject: [project @ 2002-02-11 17:10:56 by simonmar] X-Git-Tag: nhc98-1-18-release~1139 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1116ea787eb5c848ac16c7561bb8134c61395676;p=ghc-base.git [project @ 2002-02-11 17:10:56 by simonmar] don't forget -funbox-strict-fields for GHC.IOBase --- 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