summary refs log tree commit diff stats
path: root/config/nimrod.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/nimrod.cfg')
-rwxr-xr-xconfig/nimrod.cfg6
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: