summaryrefslogtreecommitdiffstats
path: root/third_party/aom/tools/build_inspector.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/tools/build_inspector.sh')
-rwxr-xr-xthird_party/aom/tools/build_inspector.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/tools/build_inspector.sh b/third_party/aom/tools/build_inspector.sh
index a67aa15f6..f26ff1f64 100755
--- a/third_party/aom/tools/build_inspector.sh
+++ b/third_party/aom/tools/build_inspector.sh
@@ -6,7 +6,7 @@ fi
echo 'Building JS Inspector'
if [ ! -d ".inspect" ]; then
mkdir .inspect
- cd .inspect && emconfigure ../../configure --disable-multithread --disable-runtime-cpu-detect --target=generic-gnu --enable-accounting --enable-inspection --enable-aom_highbitdepth --extra-cflags="-D_POSIX_SOURCE"
+ cd .inspect && emconfigure ../../configure --disable-multithread --disable-runtime-cpu-detect --target=generic-gnu --enable-accounting --disable-docs --disable-unit-tests --enable-inspection --enable-highbitdepth --extra-cflags="-D_POSIX_SOURCE"
fi
cd .inspect