summary refs log blame commit diff stats
path: root/nimsuggest/nimsuggest.nim.cfg
blob: 38e74b3c7dd24aadb2b6f5074a623a0dd6991085 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                





                                         





                  

              
                    
# 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"