summaryrefslogtreecommitdiff
path: root/build/make/configure.sh
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2023-04-17 13:42:11 -0700
committerJames Zern <jzern@google.com>2023-05-09 14:04:19 -0700
commit9e0fc37f6f68685066f3e71e1cd0605d6ee2205e (patch)
treedcde7ade01a01d8476795a855839fca3c516f0c9 /build/make/configure.sh
parent894262fb8fe137401d56586b7998711cf49ebe24 (diff)
downloadlibvpx-9e0fc37f6f68685066f3e71e1cd0605d6ee2205e.tar.gz
configure: add -Wshadow
libraries under third_party/ are out of scope for this change. Bug: webm:1793 Change-Id: I562065a3c0ea9fdfc9615d1a6b1ae47da79b8ce0
Diffstat (limited to 'build/make/configure.sh')
-rw-r--r--build/make/configure.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index ec9af5e63..6fd67f162 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -521,6 +521,7 @@ AS_SFX = ${AS_SFX:-.asm}
EXE_SFX = ${EXE_SFX}
VCPROJ_SFX = ${VCPROJ_SFX}
RTCD_OPTIONS = ${RTCD_OPTIONS}
+LIBWEBM_CXXFLAGS = ${LIBWEBM_CXXFLAGS}
LIBYUV_CXXFLAGS = ${LIBYUV_CXXFLAGS}
EOF