Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions benchmark/clash-benchmark.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library
executable clash-benchmark-normalization
main-is: benchmark-normalization.hs
default-language: Haskell2010
ghc-options: -O2 -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-N
ghc-options: -O2 -Wall -Wcompat -threaded -rtsopts "-with-rtsopts=-N -A128m"
build-depends: base,
concurrent-supply,
containers,
Expand All @@ -48,7 +48,7 @@ executable clash-benchmark-normalization
executable clash-benchmark-concurrency
main-is: benchmark-concurrency.hs
default-language: Haskell2010
ghc-options: -O2 -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-N
ghc-options: -O2 -Wall -Wcompat -threaded -rtsopts "-with-rtsopts=-N -A128m"
build-depends: base,
criterion,
time,
Expand Down
4 changes: 2 additions & 2 deletions clash-ghc/clash-ghc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ flag use-ghc-paths
executable clash
Main-Is: src-ghc/Batch.hs
Build-Depends: base, clash-ghc
GHC-Options: -Wall -Wcompat -threaded -rtsopts
GHC-Options: -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-A128m
if flag(dynamic)
GHC-Options: -dynamic
extra-libraries: pthread
Expand All @@ -77,7 +77,7 @@ executable clash
executable clashi
Main-Is: src-ghc/Interactive.hs
Build-Depends: base, clash-ghc
GHC-Options: -Wall -Wcompat
GHC-Options: -Wall -Wcompat -rtsopts -with-rtsopts=-A128m
if flag(dynamic)
GHC-Options: -dynamic
extra-libraries: pthread
Expand Down