From 092134593ddf4fa9d20aebbaf7a9ffd81f9a56f8 Mon Sep 17 00:00:00 2001 From: Yilun Chong Date: Fri, 13 Apr 2018 14:54:58 -0700 Subject: fix java benchmark, fix dashboard build --- kokoro/linux/benchmark/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kokoro/linux') diff --git a/kokoro/linux/benchmark/build.sh b/kokoro/linux/benchmark/build.sh index b289290a..2f7f4f3f 100755 --- a/kokoro/linux/benchmark/build.sh +++ b/kokoro/linux/benchmark/build.sh @@ -24,12 +24,13 @@ cd $oldpwd # build Python protobuf ./autogen.sh -./configure CXXFLAGS="-fPIC -O2 -fno-semantic-interposition" +./configure CXXFLAGS="-fPIC -O2" make -j8 cd python python setup.py build --cpp_implementation pip install . + # build and run Python benchmark cd ../benchmarks make python-pure-python-benchmark -- cgit v1.2.3