Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit ce779cf

Browse files
committed
Compile with -rtsopts
1 parent 5a4b87c commit ce779cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cardano-byron-proxy.cabal

+6
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ executable cardano-byron-proxy
134134
-fwarn-unused-imports
135135
-Wincomplete-record-updates
136136
-Wincomplete-uni-patterns
137+
-rtsopts
138+
if arch(arm)
139+
ghc-options: "-with-rtsopts=-T -I0 -N1 -A16m"
140+
else
141+
ghc-options: "-with-rtsopts=-T -I0 -N2 -A16m"
142+
137143

138144
executable cddl-test
139145
-- Don't build until somebody comes along and maintains this

0 commit comments

Comments
 (0)