mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 19:22:40 +00:00
26 lines
419 B
Nim
26 lines
419 B
Nim
# 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"
|