diff options
Diffstat (limited to 'rod/nimrod.cfg')
-rw-r--r-- | rod/nimrod.cfg | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/rod/nimrod.cfg b/rod/nimrod.cfg deleted file mode 100644 index 5168a3bb9..000000000 --- a/rod/nimrod.cfg +++ /dev/null @@ -1,12 +0,0 @@ -# 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 |