blob: 2e14a4dd350bf59a952073db8b0efd47d653d15d (
plain) (
tree)
|
|
# Special configuration file for the Nim project
gc:markAndSweep
hint[XDeclaredButNotUsed]:off
path:"$lib/packages/docutils"
define:useStdoutAsStdmsg
define:nimsuggest
# die when nimsuggest uses more than 4GB:
@if cpu32:
define:"nimMaxHeap=2000"
@else:
define:"nimMaxHeap=4000"
@end
#cs:partial
#define:useNodeIds
#define:booting
#define:noDocgen
--path:"$nim"
--threads:on
--noNimblePath
--path:"../../compiler"
|