From e2ad6d4032c5080aa7bb2a79413368377f99aff3 Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Fri, 10 Jun 2011 12:15:46 +0100 Subject: [PATCH] Icc: lower the optimisation level to avoid memory aliasing problems in lagrangian --- wmake/rules/linux64Icc/c++Opt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wmake/rules/linux64Icc/c++Opt b/wmake/rules/linux64Icc/c++Opt index c5a519aac97..28a17f783ca 100644 --- a/wmake/rules/linux64Icc/c++Opt +++ b/wmake/rules/linux64Icc/c++Opt @@ -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 -- GitLab