X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=2bbe57668e1a0bb5f8a262d88b35853ac77b85e2;hb=2692991205554fa8f2eacdc3e938772ab560edf7;hp=888c13852b409576f69d053ee82c23e313ea664d;hpb=cc42825a4df8226f217e59e852950c36c0ec67ba;p=spline3.git 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