mirror of https://github.com/zachjs/sv2v.git
increase minimum allocation area size to 32m
This commit is contained in:
parent
c048ce5b36
commit
f5fcde1659
|
|
@ -108,7 +108,7 @@ executable sv2v
|
||||||
-O3
|
-O3
|
||||||
-threaded
|
-threaded
|
||||||
-rtsopts
|
-rtsopts
|
||||||
-with-rtsopts=-N
|
"-with-rtsopts=-N -A32m"
|
||||||
-funbox-strict-fields
|
-funbox-strict-fields
|
||||||
-Wall
|
-Wall
|
||||||
-j
|
-j
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue