diff options
Diffstat (limited to 'rod')
-rw-r--r-- | rod/nimrod.cfg | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/rod/nimrod.cfg b/rod/nimrod.cfg index 65bb92bc5..d0293a5dd 100644 --- a/rod/nimrod.cfg +++ b/rod/nimrod.cfg @@ -5,12 +5,7 @@ @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 + cgen.speed = "-O0" @elif vcc: cgen.speed = "" @end - |