summary refs log blame commit diff stats
path: root/compiler/nimrod.cfg
blob: 5168a3bb93d725a533a33feaf6c37214a137ca2e (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                   
           



                                                                     
                      
          
                   
    
# Special configuration file for the Nimrod project

--hint[XDeclaredButNotUsed]=off
path="llvm"

@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