aboutsummaryrefslogtreecommitdiff
path: root/kokoro/linux/benchmark/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro/linux/benchmark/build.sh')
-rwxr-xr-xkokoro/linux/benchmark/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/linux/benchmark/build.sh b/kokoro/linux/benchmark/build.sh
index 2f7f4f3f..750c3e5c 100755
--- a/kokoro/linux/benchmark/build.sh
+++ b/kokoro/linux/benchmark/build.sh
@@ -27,7 +27,7 @@ cd $oldpwd
./configure CXXFLAGS="-fPIC -O2"
make -j8
cd python
-python setup.py build --cpp_implementation
+python setup.py -q build --cpp_implementation
pip install .