]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Add -funbox-strict-fields to OPTIMIZATIONS (Ben Lippmeier).
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 25 Oct 2011 03:43:44 +0000 (23:43 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 25 Oct 2011 03:43:44 +0000 (23:43 -0400)
makefile

index 888c13852b409576f69d053ee82c23e313ea664d..2bbe57668e1a0bb5f8a262d88b35853ac77b85e2 100644 (file)
--- 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