Icpc 15: -no-prec-div optimization causes snappyHexMesh to fail -- removed

This commit is contained in:
Henry Weller 2015-07-17 19:34:19 +01:00
parent 6d4422f4b0
commit a96bfa5f49
2 changed files with 2 additions and 2 deletions

View File

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

View File

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