File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ library
29
29
executable clash-benchmark-normalization
30
30
main-is : benchmark-normalization.hs
31
31
default-language : Haskell2010
32
- ghc-options : -O2 -Wall -Wcompat -threaded -rtsopts "-with-rtsopts=-N -qg "
32
+ ghc-options : -O2 -Wall -Wcompat -threaded -rtsopts "-with-rtsopts=-N"
33
33
build-depends : base,
34
34
concurrent-supply,
35
35
containers,
@@ -48,7 +48,7 @@ executable clash-benchmark-normalization
48
48
executable clash-benchmark-concurrency
49
49
main-is : benchmark-concurrency.hs
50
50
default-language : Haskell2010
51
- ghc-options : -O2 -Wall -Wcompat -threaded -rtsopts "-with-rtsopts=-N -qg "
51
+ ghc-options : -O2 -Wall -Wcompat -threaded -rtsopts "-with-rtsopts=-N"
52
52
build-depends : base,
53
53
criterion,
54
54
time,
You can’t perform that action at this time.
0 commit comments