diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2009-01-07 17:03:25 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2009-01-07 17:03:25 +0100 |
commit | 439aa2d04d5528b5aed288f70895515d1da2dc3d (patch) | |
tree | cda2d0bc4d4f2bab189c4a0567cae3c1428c5ed0 /rod | |
parent | 1c8ddca7e08af9075a930edaca6c522d5e6fd8b5 (diff) | |
download | Nim-439aa2d04d5528b5aed288f70895515d1da2dc3d.tar.gz |
version 0.7.4
Diffstat (limited to 'rod')
-rw-r--r-- | rod/nimrod.cfg | 2 | ||||
-rw-r--r-- | rod/readme.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rod/nimrod.cfg b/rod/nimrod.cfg index 2d742e431..31abf7a2a 100644 --- a/rod/nimrod.cfg +++ b/rod/nimrod.cfg @@ -5,7 +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: + @if windows or macosX: cgen.speed = "-O0" @else: cgen.speed = "-O1 -fno-strict-aliasing" diff --git a/rod/readme.txt b/rod/readme.txt index dbd14d459..6ecc723fb 100644 --- a/rod/readme.txt +++ b/rod/readme.txt @@ -1,3 +1,3 @@ This directory contains the Nimrod version of Nimrod's source code. These files -are generated by the ``boot`` command of nimrodc. DO NOT MODIFY THE FILES HERE! +are generated by the ``boot`` command of nimrod. DO NOT MODIFY THE FILES HERE! Modify the Pascal version. |