Icc support: changed optimisation switch to account for the architecture automatically

This commit is contained in:
Henry
2013-03-14 10:51:21 +00:00
parent 269312b8b4
commit 5d4073b8a3
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
c++DBUG =
c++OPT = -xSSE3 -O2 -no-prec-div
c++OPT = -xHost -O2 -no-prec-div

View File

@ -1,2 +1,2 @@
c++DBUG =
c++OPT = -xSSE3 -O2 -no-prec-div
c++OPT = -xHost -O2 -no-prec-div