X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;fp=makefile;h=0db6ce105640de93d2bcc1268b8dbfb0e4026360;hb=27fd2a6b04047a4981355b0c5192db3bb8352f52;hp=5ae5bbbe6abf74f3b1fb3deac20581681660bc9b;hpb=d9eed953bd810f6928de536617dc21121a8a645b;p=spline3.git diff --git a/makefile b/makefile index 5ae5bbb..0db6ce1 100644 --- a/makefile +++ b/makefile @@ -17,12 +17,8 @@ OPTIMIZATIONS += -funbox-strict-fields OPTIMIZATIONS += -fexcess-precision OPTIMIZATIONS += -fno-spec-constr-count -REPA_INCLUDES := -ivendor/repa-head/repa/dist/build/ -REPA_INCLUDES += -ivendor/repa-head/repa-io/dist/build - GHC_OPTS += $(OPTIMIZATIONS) GHC_OPTS += $(GHC_WARNINGS) -GHC_OPTS += $(REPA_INCLUDES) GHC_OPTS += -odir $(TMPDIR) GHC_OPTS += -hidir $(TMPDIR) GHC_OPTS += --make