diff options
author | Yilun Chong <yilunchong@google.com> | 2018-04-16 17:01:18 -0700 |
---|---|---|
committer | Yilun Chong <yilunchong@google.com> | 2018-04-16 17:01:18 -0700 |
commit | 8f3507360cefbffebf1f0349b38693e54cc98ff7 (patch) | |
tree | 76f9f97385f303b1bf05dc28442b1252cd76b10f /kokoro | |
parent | 092134593ddf4fa9d20aebbaf7a9ffd81f9a56f8 (diff) |
Fix benchmark build
Diffstat (limited to 'kokoro')
-rwxr-xr-x | kokoro/linux/benchmark/build.sh | 2 |
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 . |