ddaedab83 ^
e90ec5a46 ^
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