diff options
author | Araq <rumpf_a@web.de> | 2015-03-10 12:32:16 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-03-10 12:32:48 +0100 |
commit | 0032912d101eb81134b82cb7cb7b0fe56fe97622 (patch) | |
tree | bb756a414859bd6c6e4c3e752c4f73d8fa6c759d /config/nim.cfg | |
parent | ee57bb3e3e7e0874dad4a2c724c5f7caa250316f (diff) | |
download | Nim-0032912d101eb81134b82cb7cb7b0fe56fe97622.tar.gz |
fixed the tester; more tests green
Diffstat (limited to 'config/nim.cfg')
-rw-r--r-- | config/nim.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/nim.cfg b/config/nim.cfg index 32709137d..cb3f897d4 100644 --- a/config/nim.cfg +++ b/config/nim.cfg @@ -108,7 +108,7 @@ path="$lib/pure/unidecode" gcc.options.always = "-w" gcc.cpp.options.always = "-w -fpermissive" @else: - gcc.options.always = "-w" + gcc.options.always = "-w" gcc.cpp.options.always = "-w -fpermissive" @end @@ -151,7 +151,7 @@ clang.options.size = "-Os" vcc.options.linker = "/DEBUG /Zi /Fd\"$projectName.pdb\" /F33554432" # set the stack size to 8 MB vcc.options.debug = "/Zi /Fd\"$projectName.pdb\"" vcc.options.always = "/nologo" -vcc.options.speed = "/Ox /arch:SSE2" +vcc.options.speed = "/O2 /arch:SSE2" vcc.options.size = "/O1" # Configuration for the Digital Mars C/C++ compiler: |