summary refs log blame commit diff stats
path: root/rod/nimrod.cfg
blob: 51a9dc52d16cbf04678b6f32dd72528208005706 (plain) (tree)
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 = "-O1 -fno-strict-aliasing"
@elif vcc:
  cgen.speed = ""
@end