From: Michael Orlitzky Date: Fri, 8 Mar 2019 21:33:08 +0000 (-0500) Subject: email-validator.cabal, makefile: remove old, untested profiling options. X-Git-Tag: 1.0.0~9 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=email-validator.git;a=commitdiff_plain;h=f0ae56ce4d5a049d1f51d0300c5e8a5ed0aa93ea email-validator.cabal, makefile: remove old, untested profiling options. --- diff --git a/email-validator.cabal b/email-validator.cabal index 46aca51..a3bcae4 100644 --- a/email-validator.cabal +++ b/email-validator.cabal @@ -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 diff --git a/makefile b/makefile index 904739d..ddc01dd 100644 --- 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