summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortrav90 <travawine@palemoon.org>2018-05-27 10:14:55 -0500
committertrav90 <travawine@palemoon.org>2018-05-27 10:14:55 -0500
commit3c3c85983f96ed48fb6a2c16df712dd229c1f358 (patch)
treeb1ab1d33e81b1c4b460f9198fc7e26496e56004b /build
parentc3400bd8e65108058baf0e7213c3baeb45e79a01 (diff)
downloadUXP-3c3c85983f96ed48fb6a2c16df712dd229c1f358.tar
UXP-3c3c85983f96ed48fb6a2c16df712dd229c1f358.tar.gz
UXP-3c3c85983f96ed48fb6a2c16df712dd229c1f358.tar.lz
UXP-3c3c85983f96ed48fb6a2c16df712dd229c1f358.tar.xz
UXP-3c3c85983f96ed48fb6a2c16df712dd229c1f358.zip
Remove extraneous SSE flag
Diffstat (limited to 'build')
-rw-r--r--build/autoconf/compiler-opts.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/autoconf/compiler-opts.m4 b/build/autoconf/compiler-opts.m4
index 8ceb2a4d6..82d0b43fc 100644
--- a/build/autoconf/compiler-opts.m4
+++ b/build/autoconf/compiler-opts.m4
@@ -177,7 +177,7 @@ if test "$GNU_CC"; then
CXXFLAGS="$CXXFLAGS -ffunction-sections -fdata-sections"
fi
CFLAGS="$CFLAGS -fno-math-errno -msse2 -mfpmath=sse"
- CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-math-errno -msse -msse2 -mfpmath=sse"
+ CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-math-errno -msse2 -mfpmath=sse"
if test -z "$CLANG_CC"; then
case "$CC_VERSION" in