File: no-rts-n

package info (click to toggle)
haskell-clash-lib 1.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,800 kB
  • sloc: haskell: 26,888; makefile: 7; ansic: 4
file content (11 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/clash-lib.cabal
+++ b/clash-lib.cabal
@@ -323,7 +323,7 @@ test-suite unittests
   type:             exitcode-stdio-1.0
   default-language: Haskell2010
   main-is:          unittests.hs
-  ghc-options:      -Wall -Wcompat -threaded -with-rtsopts=-N
+  ghc-options:      -Wall -Wcompat -threaded
   hs-source-dirs:   tests
 
   if !flag(unittests)