diff options
author | Zahary Karadjov <zahary@gmail.com> | 2015-08-03 01:27:41 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2015-08-03 01:27:41 +0300 |
commit | 15df168f99a9fb7f0d4ef712795cbf070a9deda6 (patch) | |
tree | 715b27b3655423552c643a68b00cadbedc07551a /compiler/nim.nim.cfg | |
parent | 328f632518cf6b25856875f2652873edec43e933 (diff) | |
download | Nim-15df168f99a9fb7f0d4ef712795cbf070a9deda6.tar.gz |
Rename compiler configuration file to fix "nim check" within the repo
Prior to the change, "nim check" would fail on any file besides the main nim.nim, because the include paths for the documentation were not set correctly and this produced various compilation errors.
Diffstat (limited to 'compiler/nim.nim.cfg')
-rw-r--r-- | compiler/nim.nim.cfg | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/compiler/nim.nim.cfg b/compiler/nim.nim.cfg deleted file mode 100644 index 64631a437..000000000 --- a/compiler/nim.nim.cfg +++ /dev/null @@ -1,21 +0,0 @@ -# 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 -#gc:markAndSweep |