diff options
author | Araq <rumpf_a@web.de> | 2014-10-19 16:07:14 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-10-19 16:07:14 +0200 |
commit | dc8d8ebb79027b1414354cdd02ad90737e195501 (patch) | |
tree | 5d35fe1ed9728dd6ffc93ae08448c2dbec6444f7 /config | |
parent | a4dcebd3c450fe3881501c45860e5c36214f9d44 (diff) | |
download | Nim-dc8d8ebb79027b1414354cdd02ad90737e195501.tar.gz |
website updates for 0.9.6
Diffstat (limited to 'config')
-rw-r--r-- | config/nimrod.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg index df3835ace..075b65d63 100644 --- a/config/nimrod.cfg +++ b/config/nimrod.cfg @@ -130,10 +130,5 @@ vcc.options.always = "/nologo" vcc.options.speed = "/Ox /arch:SSE2" vcc.options.size = "/O1" -# Configuration for the Digital Mars C/C++ compiler: -@if windows: - dmc.path = r"$nimrod\dist\dm\bin" -@end - # Configuration for the Tiny C Compiler: tcc.options.always = "-w" |