From de96fe8e7b9c00eab7eeef2c8a907a85b19ac5cc Mon Sep 17 00:00:00 2001
From: mazmazz <mar.marcoz@outlook.com>
Date: Fri, 14 Dec 2018 16:47:38 -0500
Subject: [PATCH] Revert "compiler SSE tweak for 32-bit"

This reverts commit 09d9a555c65e0fed2329bc79860bb572e2969a22.
---
 src/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/Makefile b/src/Makefile
index 36cd160877..fbf75f26c2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -288,8 +288,7 @@ OPTS += -DCOMPVERSION
 
 ifndef NONX86
 ifndef GCC29
-	#M5=-march=pentium
-	M5=-march=nocona -msse -mfpmath=sse
+	M5=-march=pentium
 	M4=-march=i486
 else
 	M5=-mpentium
-- 
GitLab