mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Icc: changed the default optimisation level to O2
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user