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
2929executable clash-benchmark-normalization
3030 main-is : benchmark-normalization.hs
3131 default-language : Haskell2010
32- ghc-options : -O2 -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-N
32+ ghc-options : -O2 -Wall -Wcompat -threaded -rtsopts " -with-rtsopts=-N -qg"
3333 build-depends : base,
3434 concurrent-supply,
3535 containers,
@@ -48,7 +48,7 @@ executable clash-benchmark-normalization
4848executable clash-benchmark-concurrency
4949 main-is : benchmark-concurrency.hs
5050 default-language : Haskell2010
51- ghc-options : -O2 -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-N
51+ ghc-options : -O2 -Wall -Wcompat -threaded -rtsopts " -with-rtsopts=-N -qg"
5252 build-depends : base,
5353 criterion,
5454 time,
You can’t perform that action at this time.
0 commit comments