Skip to content

Commit

Permalink
Remove the hpc flag, cabal dislikes it.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis committed May 6, 2010
1 parent 09024da commit 0203f3c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Combinatorrent.cabal
Expand Up @@ -29,10 +29,6 @@ flag debug
description: Enable debug support
default: False

flag hpc
description: Enable code coverage
default: False

flag threadscope
description: Enable the eventlog necessary for ThreadScope
default: False
Expand Down Expand Up @@ -91,9 +87,6 @@ executable Combinatorrent
if !flag(debug)
cpp-options: "-DNDEBUG"

if flag(hpc)
ghc-options: -fhpc

if flag(threadscope)
ghc-options: -eventlog

Expand Down

0 comments on commit 0203f3c

Please sign in to comment.