summary refs log tree commit diff stats
path: root/nimsuggest/nimsuggest.nim.cfg
blob: 302c309654b80fc4b2dcb06b017107c9031787f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Special configuration file for the Nim project

gc:markAndSweep

hint[XDeclaredButNotUsed]:off

path:"$lib/packages/docutils"

define:useStdoutAsStdmsg
define:nimsuggest
define:nimcore

# die when nimsuggest uses more than 4GB:
@if cpu32:
  define:"nimMaxHeap=2000"
@else:
  define:"nimMaxHeap=4000"
@end

#define:useNodeIds
#define:booting
#define:noDocgen
--path:"$nim"
--threads:on
--define:nimOldCaseObjects