wmake/rules/linux.*Icc: Remove -xHost option which causes surfaceFeatureExtract to fail for some cases
This commit is contained in:
parent
a4e2afa4b3
commit
5510c7e62a
4 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
c++DBUG =
|
||||
c++OPT = -xHost -O3
|
||||
c++OPT = -O3
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
cDBUG =
|
||||
cOPT = -O3 -no-prec-div
|
||||
cOPT = -O3
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
c++DBUG =
|
||||
c++OPT = -xHost -O2 -no-prec-div
|
||||
c++OPT = -O3
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
cDBUG =
|
||||
cOPT = -xHost -O2
|
||||
cOPT = -O3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue