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