]> gitweb.michael.orlitzky.com - hath.git/commitdiff
Drop ghc-prof-options from the cabal file.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 14 Apr 2017 04:15:23 +0000 (00:15 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 14 Apr 2017 04:15:23 +0000 (00:15 -0400)
Cabal is complaining about these, and I totally don't care, so let's
get rid of them.

hath.cabal

index 88b8f29dc73e7585bf8e0d72ca63f866a0f8d600..d6fd50a39976ec95697f15b65af862fdb08415e3 100644 (file)
@@ -125,11 +125,6 @@ executable hath
     -optc-march=native
     -O2
 
-  ghc-prof-options:
-    -prof
-    -auto-all
-    -caf-all
-
 
 test-suite testsuite
   type: exitcode-stdio-1.0