From 2692991205554fa8f2eacdc3e938772ab560edf7 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 24 Oct 2011 23:43:44 -0400 Subject: [PATCH] Add -funbox-strict-fields to OPTIMIZATIONS (Ben Lippmeier). --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 888c138..2bbe576 100644 --- a/makefile +++ b/makefile @@ -13,6 +13,7 @@ GHC_WARNINGS += -fwarn-monomorphism-restriction GHC_WARNINGS += -fwarn-unused-do-bind OPTIMIZATIONS := -O2 +OPTIMIZATIONS += -funbox-strict-fields OPTIMIZATIONS += -fexcess-precision OPTIMIZATIONS += -fno-spec-constr-count -- 2.43.2