forked from GitHub/gf-core
523d7139f4
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
|