Icc: lower the optimisation level to avoid memory aliasing problems in lagrangian

This commit is contained in:
Henry 2011-06-10 12:15:46 +01:00
parent e06306b798
commit e2ad6d4032

View File

@ -1,2 +1,3 @@
c++DBUG =
c++OPT = -xSSE3 -O3 -no-prec-div
#c++OPT = -xSSE3 -O3 -no-prec-div
c++OPT = -xSSE3 -O1 -no-prec-div