diff options
Diffstat (limited to 'config/nimrod.cfg')
-rwxr-xr-x | config/nimrod.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg index fdab40c6c..deb996ca2 100755 --- a/config/nimrod.cfg +++ b/config/nimrod.cfg @@ -74,8 +74,10 @@ hint[LineTooLong]=off @end # Configuration for the Intel C/C++ compiler: -icc.options.always = "-cxxlib" -icc.options.linker = "-cxxlib" +@if windows: + icl.options.speed = "/Ox /arch:SSE2" + icl.options.always = "/nologo" +@end # Configuration for the GNU C/C++ compiler: @if windows: |