mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
21 lines
333 B
Nim
21 lines
333 B
Nim
# Special configuration file for the Nim project
|
|
|
|
hint[XDeclaredButNotUsed]:off
|
|
path:"llvm"
|
|
path:"$projectPath/.."
|
|
|
|
path:"$lib/packages/docutils"
|
|
|
|
define:booting
|
|
#import:"$projectpath/testability"
|
|
|
|
@if windows:
|
|
cincludes: "$lib/wrappers/libffi/common"
|
|
@end
|
|
|
|
define:useStdoutAsStdmsg
|
|
|
|
cs:partial
|
|
#define:useNodeIds
|
|
#gc:markAndSweep
|