Files
Nim/compiler/nim.cfg
2018-06-11 17:08:25 +02:00

20 lines
329 B
Nim

# Special configuration file for the Nim project
hint[XDeclaredButNotUsed]:off
path:"llvm"
path:"$projectPath/.."
define:booting
define:nimcore
#define:nimIncremental
#import:"$projectpath/testability"
@if windows:
cincludes: "$lib/wrappers/libffi/common"
@end
define:useStdoutAsStdmsg
#define:useNodeIds
#gc:markAndSweep