From 5d4073b8a3399ce638427d9148159ee70cb72785 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Thu, 14 Mar 2013 10:51:21 +0000
Subject: [PATCH] Icc support: changed optimisation switch to account for the
 architecture automatically

---
 wmake/rules/linux64Icc/c++Opt | 2 +-
 wmake/rules/linuxIcc/c++Opt   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wmake/rules/linux64Icc/c++Opt b/wmake/rules/linux64Icc/c++Opt
index 66638ffe984..2e2380eee23 100644
--- a/wmake/rules/linux64Icc/c++Opt
+++ b/wmake/rules/linux64Icc/c++Opt
@@ -1,2 +1,2 @@
 c++DBUG     =
-c++OPT      = -xSSE3 -O2 -no-prec-div
+c++OPT      = -xHost -O2 -no-prec-div
diff --git a/wmake/rules/linuxIcc/c++Opt b/wmake/rules/linuxIcc/c++Opt
index 66638ffe984..2e2380eee23 100644
--- a/wmake/rules/linuxIcc/c++Opt
+++ b/wmake/rules/linuxIcc/c++Opt
@@ -1,2 +1,2 @@
 c++DBUG     =
-c++OPT      = -xSSE3 -O2 -no-prec-div
+c++OPT      = -xHost -O2 -no-prec-div
-- 
GitLab