diff options
author | Araq <rumpf_a@web.de> | 2011-06-10 02:22:16 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-10 02:22:16 +0200 |
commit | 5f2d930a54c5b51e29b133f5e9753a8101092553 (patch) | |
tree | ec83e4eb21117a939d2e95a87f2405d32eab9bdf /config/nimrod.cfg | |
parent | 3bc821aa5c676869d65f1448a005dfd47f197f61 (diff) | |
download | Nim-5f2d930a54c5b51e29b133f5e9753a8101092553.tar.gz |
Bugfix: no #line dir with 0 generated
Diffstat (limited to 'config/nimrod.cfg')
-rwxr-xr-x | config/nimrod.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg index 32849a68a..fd1142c3a 100755 --- a/config/nimrod.cfg +++ b/config/nimrod.cfg @@ -7,7 +7,7 @@ # @putenv "key" "val" # Environment variables cannot be used in the options, however! -cc = gcc +cc = clang @if nim: # use the old fixed library for bootstrapping with Nim: |