From 8f3507360cefbffebf1f0349b38693e54cc98ff7 Mon Sep 17 00:00:00 2001 From: Yilun Chong Date: Mon, 16 Apr 2018 17:01:18 -0700 Subject: Fix benchmark build --- kokoro/linux/benchmark/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kokoro') 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 . -- cgit v1.2.3