diff options
author | Charles Blake <cblake@csail.mit.edu> | 2015-02-07 13:11:27 -0500 |
---|---|---|
committer | Charles Blake <cblake@csail.mit.edu> | 2015-02-07 13:11:27 -0500 |
commit | 11e7c4960eefca0e4c081abe7b0eafbfa7af27b4 (patch) | |
tree | 4726178aec3f2861aa7ac49512d19082020300c5 /compiler/nim.nim.cfg | |
parent | 42f8f1cd1fe491c19362a4b03f89952ea6e160bc (diff) | |
parent | b25346719d3726d9b11fcdc64ad07d6da2ad7007 (diff) | |
download | Nim-11e7c4960eefca0e4c081abe7b0eafbfa7af27b4.tar.gz |
Merge /home/cb/pkg/nim/Nim into devel
pull from master
Diffstat (limited to 'compiler/nim.nim.cfg')
-rw-r--r-- | compiler/nim.nim.cfg | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/compiler/nim.nim.cfg b/compiler/nim.nim.cfg new file mode 100644 index 000000000..f4d8b9dcb --- /dev/null +++ b/compiler/nim.nim.cfg @@ -0,0 +1,20 @@ +# 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 +symbol:nimfix |