shithub: libvpx

Download patch

ref: 0695843a216dd63e8ac087e13c44de81e8a50afe
parent: 01e29025210bc4b04a2eb3c44a757b37c852a90d
parent: fad70a358b9ab832f5f2ece1609936b80b649c71
author: Johann Koenig <johannkoenig@google.com>
date: Mon Sep 19 18:49:22 EDT 2016

Merge "Remove -fno-strict-aliasing flag"

--- a/configure
+++ b/configure
@@ -578,14 +578,6 @@
         # check_add_cflags also adds to cxxflags. gtest does not do well with
         # -Wundef so add it explicitly to CFLAGS only.
         check_cflags -Wundef && add_cflags_only -Wundef
-        case ${CC} in
-          *clang*)
-              # libvpx and/or clang have issues with aliasing:
-              # https://code.google.com/p/webm/issues/detail?id=603
-              # work around them until they are fixed
-              check_add_cflags -fno-strict-aliasing
-          ;;
-        esac
         if enabled mips || [ -z "${INLINE}" ]; then
           enabled extra_warnings || check_add_cflags -Wno-unused-function
         fi