wmake/rules/linux.*Icc: Remove -xHost option which causes surfaceFeatureExtract to fail for some cases

This commit is contained in:
Henry Weller
2016-04-25 22:29:22 +01:00
parent a4e2afa4b3
commit 5510c7e62a
4 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
c++DBUG =
c++OPT = -xHost -O3
c++OPT = -O3

View File

@ -1,2 +1,2 @@
cDBUG =
cOPT = -O3 -no-prec-div
cOPT = -O3

View File

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

View File

@ -1,2 +1,2 @@
cDBUG =
cOPT = -xHost -O2
cOPT = -O3