mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-15 10:00:11 -06:00
The default heap size limit has been increased to 3GB. On 32-bit system you can use a lower limit: make M=1500M
9 lines
189 B
Makefile
9 lines
189 B
Makefile
M=3G
|
|
|
|
FolketsLexikon.gf:
|
|
ghc --make -O ImportFolketsLexikon.hs -rtsopts
|
|
./ImportFolketsLexikon +RTS -K32M -M$M
|
|
|
|
clean:
|
|
rm -rf *.o *.hi *.gfo *.xml FolketsLexikon.gf ImportFolketsLexikon
|