diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-03-02 01:00:42 +0100 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-03-02 01:00:42 +0100 |
commit | c4ca19d833741ceb0429d6e063c865ffa73cc4c1 (patch) | |
tree | ce7ea5a3c06542b1012f954964b25a61319724a2 /config/nimrod.cfg | |
parent | dc07732daa71d0868dd4c5901fa1a23c0dcd382d (diff) | |
download | Nim-c4ca19d833741ceb0429d6e063c865ffa73cc4c1.tar.gz |
Changes default macosx compiler to clang.
The default gcc version provided by current Xcode versions doesn't work. Alternatively macport's gcc-4.7 is known to work too, but that is less common for macosx users.
Diffstat (limited to 'config/nimrod.cfg')
-rwxr-xr-x | config/nimrod.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg index 406efdf7d..776a1aae2 100755 --- a/config/nimrod.cfg +++ b/config/nimrod.cfg @@ -91,6 +91,7 @@ hint[LineTooLong]=off @end @if macosx: + cc = clang tlsEmulation:on gcc.options.always = "-w -fasm-blocks" gpp.options.always = "-w -fasm-blocks" |