X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=cf5917c482e2221a499f577ab2aee4340f30fc46;hb=f08c9e5b2196cd8374ef38b4358be4d3822c1465;hp=6078fbaf9a408fadc9114edc337e79b458b3a3ac;hpb=e8ceccfea9c447b898dae9ff2df4a943bbf62bd8;p=ghc-base.git diff --git a/Makefile b/Makefile index 6078fba..cf5917c 100644 --- a/Makefile +++ b/Makefile @@ -48,10 +48,6 @@ SRC_HSC2HS_OPTS += -Iinclude -I$(FPTOOLS_TOP)/ghc/includes # ESSENTIAL, for getting reasonable performance from the I/O library: SRC_HC_OPTS += -funbox-strict-fields -# Grrr, gcc-4.1.0 has a bug in -O2 and higher that causes miscompilation of -# GHC.Show.itos. See gcc bug #26824. We must drop back to -O1. -GHC/Show_HC_OPTS += -optc-O1 - # ----------------------------------------------------------------------------- # PrimOpWrappers