summary refs log tree commit diff stats
path: root/compiler/nimrod.cfg
blob: f47143527069f12165f58272e32816eb8d387d90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Special configuration file for the Nimrod project

--hint[XDeclaredButNotUsed]=off
path="llvm"
path="$projectPath/.."

path="$nimrod/packages/docutils"

@if llvm_gcc or gcc:
  # GCC, LLVM and Visual C++ have a problem to optimize some modules.
  # This is really strange.
  # cgen.speed = "-O0"
@elif vcc:
  # cgen.speed = ""
@end