summary refs log blame commit diff stats
path: root/rod/nimrod.cfg
blob: 65bb92bc509f71469aaf26d2614a02d8f7b8711c (plain) (tree)
1
2
3
4
5
6
7
8






                                                                     
                        



                                           


                 
 
# 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.
  @if windows or macosX:
    cgen.speed = "-O0"
  @else:
    cgen.speed = "-O1 -fno-strict-aliasing"
  @end
@elif vcc:
  cgen.speed = ""
@end