From a147b682697db1ce8e11010c72a19edb7eb7c213 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Mon, 28 May 2018 05:42:07 +0000 Subject: Revert "Always build with SSE2 support & display an error if not available" --- application/palemoon/app/Makefile.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'application/palemoon/app/Makefile.in') diff --git a/application/palemoon/app/Makefile.in b/application/palemoon/app/Makefile.in index 94f4dc1f3..c0f01212c 100644 --- a/application/palemoon/app/Makefile.in +++ b/application/palemoon/app/Makefile.in @@ -33,14 +33,6 @@ NSDISTMODE = copy include $(topsrcdir)/config/config.mk -# If we are trying to show an error dialog about the lack of SSE2 support, -# make sure that code itself doesn't use SSE2. -ifdef MOZ_LINUX_SSE2_STARTUP_ERROR -CXXFLAGS := $(filter-out -march=% -msse2 -mfpmath=sse,$(CXXFLAGS)) -CXX := $(filter-out -march=% -msse2 -mfpmath=sse,$(CXX)) -CXXFLAGS += -msse -mno-sse2 -mfpmath=387 -endif - ifeq ($(OS_ARCH),WINNT) # Rebuild firefox.exe if the manifest changes - it's included by splash.rc. # (this dependency should really be just for firefox.exe, not other targets) -- cgit v1.2.3