summary refs log tree commit diff stats
path: root/compiler/nim.cfg
blob: d6ac6a937d10960a08698aa08088459f3541c55b (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
30
31
32
# Special configuration file for the Nim project

hint:XDeclaredButNotUsed:off

define:booting
define:nimcore
define:nimPreviewFloatRoundtrip

#import:"$projectpath/testability"

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

define:useStdoutAsStdmsg

@if nimHasStyleChecks:
  styleCheck:error
@end


#define:useNodeIds
#gc:markAndSweep

@if nimHasWarningObservableStores:
  warning:ObservableStores: off
@end

@if nimHasEffectsOf:
  experimental:strictEffects
  warningAsError:Effect:on
@end