X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=htsn-import.cabal;h=235c9d1fd413eadd834213edd849382d6b7c2e42;hb=c12f03320bbc13fe818557e44b0dd0fba5896251;hp=ab5bb7c13ae11e033f4aa7d1de62507b1802ff90;hpb=6582d0664af4a86919ce6d080dade6f81688d427;p=dead%2Fhtsn-import.git diff --git a/htsn-import.cabal b/htsn-import.cabal index ab5bb7c..235c9d1 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -123,8 +123,13 @@ executable htsn-import ghc-prof-options: -prof - -auto-all - -caf-all + -fprof-auto + -fprof-cafs + -- The following unbreak profiling with template haskell. We have + -- to build the program twice; once without profile and again with + -- these flags. + -hisuf hi_p + -osuf o_p test-suite testsuite