Icc: changed the default optimisation level to O2

This commit is contained in:
Henry 2011-10-19 12:17:28 +01:00
parent d1a928d4c2
commit 32d7d05192
2 changed files with 2 additions and 6 deletions

View File

@ -1,3 +1,2 @@
c++DBUG =
#c++OPT = -xSSE3 -O3 -no-prec-div
c++OPT = -xSSE3 -O1 -no-prec-div
c++OPT = -xSSE3 -O2 -no-prec-div

View File

@ -1,5 +1,2 @@
c++DBUG =
#c++OPT = -O3 -xP -no-prec-div
c++OPT = -ansi-alias -O3 -ftz -fno-alias \
-fargument-noalias-global \
-unroll0
c++OPT = -xSSE3 -O2 -no-prec-div