Files
gf-rgl/src/swedish/folketslexikon/Makefile
hallgren 35fa0a34b8 Import of Folkets Lexikon: the heap size limit was too low for 64-bit systems
The default heap size limit has been increased to 3GB. On 32-bit system you
can use a lower limit:

	make M=1500M
2013-04-10 16:42:35 +00:00

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