summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-20 19:56:52 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-20 19:56:52 +0400
commit3325e02fa3a75878ad6f5519d88396e2cbaa3887 (patch)
tree3116b96937911d233bbc67b939ca922cf1eadf84 /bittorrent.cabal
parent68bebe08459a87b9b915fd0f8bce1b506c8c2918 (diff)
~ Ignore profiling files.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal8
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