summary refs log tree commit diff stats
path: root/compiler/incremental.nim
Commit message (Expand)AuthorAgeFilesLines
* IC: further progressAraq2018-11-201-2/+3
* compiler: make symbolfiles feature compile againAraq2018-10-021-5/+5
* incremental compilation: save the configurationAndreas Rumpf2018-06-111-0/+7
* toy program works with incremental compilationAndreas Rumpf2018-06-071-0/+1
* incremental compilation subsystem compiles againAndreas Rumpf2018-05-301-13/+13
* refactoring: move DB model to incremental.nimAndreas Rumpf2018-05-301-0/+188
.nim.cfg?h=devel&id=08c94ef6b5beb3afb43787b406c61b0795ce66e2'>08c94ef6b ^
9f142e199 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24









                                                

              





                                         
 



                  
            
# 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