mason.child: change windows code-heap from 200 to 100.
parent
a89474786e
commit
5d818ccc71
|
@ -67,7 +67,7 @@ M: windows factor-path "./factor.com" ;
|
|||
: mason-child-test-cmd ( -- cmd )
|
||||
[
|
||||
mason-child-vm ,
|
||||
os windows? [ "-codeheap=200" , ] when
|
||||
os windows? [ "-codeheap=100" , ] when
|
||||
"-run=mason.test" ,
|
||||
] { } make ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue