summary refs log tree commit diff stats
path: root/rod
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2009-05-10 22:35:58 +0200
committerAndreas Rumpf <rumpf_a@web.de>2009-05-10 22:35:58 +0200
commitc7e144f97810630d8ab4f396f299c6355fc93ba7 (patch)
treef013e592eb209b66d3b56401e8c96d58929d57b1 /rod
parentd54b333e7e3df82732b70cade2e4b8591e4c2572 (diff)
downloadNim-c7e144f97810630d8ab4f396f299c6355fc93ba7.tar.gz
added missing files;change config for bug #374441
Diffstat (limited to 'rod')
-rw-r--r--rod/nimrod.cfg7
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
-