File: no-rts-N

package info (click to toggle)
haskell-cborg 0.2.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: haskell: 8,260; ansic: 14; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: b/cborg.cabal
===================================================================
--- a/cborg.cabal
+++ b/cborg.cabal
@@ -125,7 +125,7 @@ test-suite tests
   default-language:  Haskell2010
   ghc-options:
     -Wall -fno-warn-orphans
-    -threaded -rtsopts "-with-rtsopts=-N2"
+    -threaded -rtsopts
 
   other-modules:
     Tests.UnitTests