From: Michael Orlitzky Date: Tue, 5 Mar 2019 01:11:33 +0000 (-0500) Subject: spline3.cabal: remove "-prof" from the profiling flags because Cabal said to. X-Git-Tag: 1.0.1~40 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=b0044852edaa8932cd9095df022112f0901f4754;hp=f4a350ef09642165c395e824f9fa6806ada7c39d spline3.cabal: remove "-prof" from the profiling flags because Cabal said to. --- diff --git a/spline3.cabal b/spline3.cabal index a6c638b..2fc7b13 100644 --- a/spline3.cabal +++ b/spline3.cabal @@ -98,7 +98,6 @@ executable spline3 -optc-march=native ghc-prof-options: - -prof -auto-all -caf-all