]> gitweb.michael.orlitzky.com - email-validator.git/commitdiff
email-validator.cabal, makefile: remove old, untested profiling options.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Mar 2019 21:33:08 +0000 (16:33 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Mar 2019 21:33:08 +0000 (16:33 -0500)
email-validator.cabal
makefile

index 46aca519b76ba71fb97bca14590f6a8b1ddb99a8..a3bcae4364536ebfc1c0d988ea2f97651034f82b 100644 (file)
@@ -90,11 +90,6 @@ executable email-validator
     -optc-march=native
     -O2
 
-  ghc-prof-options:
-    -prof
-    -auto-all
-    -caf-all
-
 
 test-suite testsuite
   type: exitcode-stdio-1.0
index 904739deb212ff93d74f26610d977453cd4b3f5a..ddc01dd693dadf3d547c0dfa3757436f91af12de 100644 (file)
--- a/makefile
+++ b/makefile
@@ -9,11 +9,6 @@ $(BIN): $(PN).cabal src/*.hs
        runghc Setup.hs configure --user
        runghc Setup.hs build
 
-profile: $(PN).cabal src/*.hs
-       runghc Setup.hs clean
-       runghc Setup.hs configure --user --enable-executable-profiling
-       runghc Setup.hs build
-
 doc: src/*.hs
        runghc Setup.hs configure --user
        runghc Setup.hs hscolour --all