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

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

@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