diff options
author | trav90 <travawine@palemoon.org> | 2018-05-27 09:36:16 -0500 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-05-27 09:36:16 -0500 |
commit | 9cdd91f6a4565a05227c6a1607af991bc7d7f647 (patch) | |
tree | 5e3f0597088549b84ca7a72f71d8356f22e6b060 /build | |
parent | 4fb37259e0d5e22fc1b1e91f8b947056f21ad1d8 (diff) | |
download | uxp-9cdd91f6a4565a05227c6a1607af991bc7d7f647.tar.gz |
Tweak SSE/SSE2 GCC flags
Diffstat (limited to 'build')
-rw-r--r-- | build/autoconf/compiler-opts.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/autoconf/compiler-opts.m4 b/build/autoconf/compiler-opts.m4 index dcbd40371a..8ceb2a4d66 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 |