fixes for the Intel C compiler on Windows

This commit is contained in:
Zahary Karadjov
2012-06-27 21:22:50 +03:00
parent b5d34242ca
commit ec95d54a67
2 changed files with 10 additions and 8 deletions

View File

@@ -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: