mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
memory for resource make
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
GF=gf
|
GF=gf
|
||||||
RTS=+RTS -M800M -K100M
|
RTS=+RTS -M800M -K100M
|
||||||
RTSS=+RTS -M1000M -K100M
|
RTSS=+RTS -M1000M -K100M
|
||||||
|
|
||||||
|
#may need this on amd64
|
||||||
|
#RTS=+RTS -M2000M -K200M
|
||||||
|
#RTSS=+RTS -M2000M -K200M
|
||||||
|
|
||||||
GFCA=$(GF) -nocf
|
GFCA=$(GF) -nocf
|
||||||
GFCC=$(GF) -nocf -make
|
GFCC=$(GF) -nocf -make
|
||||||
GFC=$(GFCC) -src
|
GFC=$(GFCC) -src
|
||||||
|
|||||||
Reference in New Issue
Block a user