diff options
Diffstat (limited to 'rod/nimrod.cfg')
-rwxr-xr-x | rod/nimrod.cfg | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/rod/nimrod.cfg b/rod/nimrod.cfg deleted file mode 100755 index 51b675525..000000000 --- a/rod/nimrod.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# 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 |