summary refs log tree commit diff stats
path: root/compiler/nim.cfg
blob: 5a30efd6f75a48f6e114e43ce349945e6241d591 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Special configuration file for the Nim project

hint[XDeclaredButNotUsed]:off

define:booting
define:nimcore
#define:nimIncremental
#import:"$projectpath/testability"

@if windows:
  cincludes: "$lib/wrappers/libffi/common"
@end

define:useStdoutAsStdmsg
define:nimOldCaseObjects

#define:useNodeIds
#gc:markAndSweep