summaryrefslogtreecommitdiff
path: root/tools/all_builds.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/all_builds.py')
-rwxr-xr-xtools/all_builds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/all_builds.py b/tools/all_builds.py
index d1f0c80c0..78581d9f0 100755
--- a/tools/all_builds.py
+++ b/tools/all_builds.py
@@ -5,7 +5,7 @@ import subprocess
import sys
LONG_OPTIONS = ["shard=", "shards="]
-BASE_COMMAND = "./configure --enable-internal-stats --enable-experimental"
+BASE_COMMAND = "./configure --disable-vp8 --disable-unit-tests --enable-internal-stats --enable-experimental"
def RunCommand(command):
run = subprocess.Popen(command, shell=True)