Skip to content

Commit a7084c5

Browse files
committed
no -qg
1 parent 97b7bc5 commit a7084c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/clash-benchmark.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ library
2929
executable clash-benchmark-normalization
3030
main-is: benchmark-normalization.hs
3131
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"
3333
build-depends: base,
3434
concurrent-supply,
3535
containers,
@@ -48,7 +48,7 @@ executable clash-benchmark-normalization
4848
executable clash-benchmark-concurrency
4949
main-is: benchmark-concurrency.hs
5050
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"
5252
build-depends: base,
5353
criterion,
5454
time,

0 commit comments

Comments
 (0)