From f0ae56ce4d5a049d1f51d0300c5e8a5ed0aa93ea Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 8 Mar 2019 16:33:08 -0500 Subject: [PATCH] email-validator.cabal, makefile: remove old, untested profiling options. --- email-validator.cabal | 5 ----- makefile | 5 ----- 2 files changed, 10 deletions(-) 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 -- 2.43.2