Files
Nim/compiler/nim.cfg
Samadi van Koten 95682cdfb7 Remove docgen.nim's dependency on things being in path
compiler/docgen.nim relied heavily on $lib/packages/docutils being in
path at compile-time. While this works fine when building Nim itself,
things start breaking when using compiler as a nimble package.
2016-11-28 23:02:30 +00:00

19 lines
302 B
Nim

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