diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 486975aa..e7b2e33d 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -114,8 +114,10 @@ executable exsample | |||
114 | , bittorrent | 114 | , bittorrent |
115 | , mtl | 115 | , mtl |
116 | 116 | ||
117 | ghc-options: -O2 -rtsopts -eventlog -threaded | 117 | ghc-options: -O2 -rtsopts -threaded |
118 | ghc-prof-options: -prof -auto-all -caf-all | 118 | -- -threaded -rtsopts |
119 | -- -eventlog | ||
120 | -- ghc-prof-options: -prof -auto-all -caf-all | ||
119 | 121 | ||
120 | if !flag(testing) | 122 | if !flag(testing) |
121 | buildable: False | 123 | buildable: False |
@@ -184,4 +186,4 @@ benchmark benchmarks | |||
184 | ghc-options: -O2 -Wall -fno-warn-orphans | 186 | ghc-options: -O2 -Wall -fno-warn-orphans |
185 | 187 | ||
186 | if !flag(testing) | 188 | if !flag(testing) |
187 | buildable: False \ No newline at end of file | 189 | buildable: False |