diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-06-20 19:56:52 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-06-20 19:56:52 +0400 |
commit | 3325e02fa3a75878ad6f5519d88396e2cbaa3887 (patch) | |
tree | 3116b96937911d233bbc67b939ca922cf1eadf84 /bittorrent.cabal | |
parent | 68bebe08459a87b9b915fd0f8bce1b506c8c2918 (diff) |
~ Ignore profiling files.
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 |