File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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
32
+ ghc-options : -O2 -Wall -Wcompat -threaded -rtsopts " -with-rtsopts=-N -qg"
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
51
+ ghc-options : -O2 -Wall -Wcompat -threaded -rtsopts " -with-rtsopts=-N -qg"
52
52
build-depends : base,
53
53
criterion,
54
54
time,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ flag use-ghc-paths
68
68
executable clash
69
69
Main-Is : src-ghc/Batch.hs
70
70
Build-Depends : base, clash-ghc
71
- GHC-Options : -Wall -Wcompat -threaded -rtsopts
71
+ GHC-Options : -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-qg
72
72
if flag(dynamic)
73
73
GHC-Options : -dynamic
74
74
extra-libraries : pthread
@@ -77,7 +77,7 @@ executable clash
77
77
executable clashi
78
78
Main-Is : src-ghc/Interactive.hs
79
79
Build-Depends : base, clash-ghc
80
- GHC-Options : -Wall -Wcompat -threaded -rtsopts
80
+ GHC-Options : -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-qg
81
81
if flag(dynamic)
82
82
GHC-Options : -dynamic
83
83
extra-libraries : pthread
You can’t perform that action at this time.
0 commit comments