]> granicus.if.org Git - libvpx/commit
Disable aliasing when building with Clang
authorJohann <johannkoenig@google.com>
Mon, 28 Oct 2013 22:44:41 +0000 (15:44 -0700)
committerJohann <johannkoenig@google.com>
Mon, 28 Oct 2013 22:46:57 +0000 (15:46 -0700)
commit8b47e1cfe1e5c65cc30b0047d8f30d2f48fa6123
treef323f1d1a994117edb373072f41c16a76d217cbd
parent080150d96f5b558ab408f20150e8fe81dced9867
Disable aliasing when building with Clang

When building with new versions of Clang we encounter some issues. Work
around them by adding -fno-strict-aliasing when we detect Clang.

https://code.google.com/p/webm/issues/detail?id=603

Change-Id: I8e945a18a7215bcc627e7a1ee110078413259cc7
configure