summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann Koenig <johannkoenig@google.com>2016-09-19 22:49:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-09-19 22:49:23 +0000
commit0695843a216dd63e8ac087e13c44de81e8a50afe (patch)
tree0fffbe771b46a4922a5492d3877c974252290231
parent01e29025210bc4b04a2eb3c44a757b37c852a90d (diff)
parentfad70a358b9ab832f5f2ece1609936b80b649c71 (diff)
downloadlibvpx-0695843a216dd63e8ac087e13c44de81e8a50afe.tar
libvpx-0695843a216dd63e8ac087e13c44de81e8a50afe.tar.gz
libvpx-0695843a216dd63e8ac087e13c44de81e8a50afe.tar.bz2
libvpx-0695843a216dd63e8ac087e13c44de81e8a50afe.zip
Merge "Remove -fno-strict-aliasing flag"
-rwxr-xr-xconfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
index 3ca1c82f3..95af2e395 100755
--- a/configure
+++ b/configure
@@ -578,14 +578,6 @@ process_toolchain() {
# 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