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

--hint[XDeclaredButNotUsed]=off

@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