summary refs log tree commit diff stats
path: root/compiler/nim.cfg
blob: 05f4ed5e9d4032d5a1b11ec1c8c8bfd494b541cf (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
26
27
28
29
# Special configuration file for the Nim project

hint[XDeclaredButNotUsed]:off
hint[Link]:off

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

#define:staticSqlite

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

define:useStdoutAsStdmsg
define:nimOldCaseObjects

@if nimHasStyleChecks:
  styleCheck:error
@end

#define:useNodeIds
#gc:markAndSweep

@if nimHasWarningCaseTransition:
warning[CaseTransition]:off
@end