From c3400bd8e65108058baf0e7213c3baeb45e79a01 Mon Sep 17 00:00:00 2001 From: trav90 Date: Sun, 27 May 2018 09:36:16 -0500 Subject: Tweak SSE/SSE2 GCC flags --- build/autoconf/compiler-opts.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/autoconf') diff --git a/build/autoconf/compiler-opts.m4 b/build/autoconf/compiler-opts.m4 index dcbd40371..8ceb2a4d6 100644 --- a/build/autoconf/compiler-opts.m4 +++ b/build/autoconf/compiler-opts.m4 @@ -176,7 +176,7 @@ if test "$GNU_CC"; then CFLAGS="$CFLAGS -ffunction-sections -fdata-sections" CXXFLAGS="$CXXFLAGS -ffunction-sections -fdata-sections" fi - CFLAGS="$CFLAGS -fno-math-errno -msse -msse2 -mfpmath=sse" + CFLAGS="$CFLAGS -fno-math-errno -msse2 -mfpmath=sse" CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-math-errno -msse -msse2 -mfpmath=sse" if test -z "$CLANG_CC"; then -- cgit v1.2.3