blob: 7f07968d9a0c413ab70e828086e2f9d021fb647e [file] [log] [blame]
#!/bin/bash
#
# Builds protobuf C++ with aarch64 crosscompiler.
set -ex
cmake -DCMAKE_POSITION_INDEPENDENT_CODE=ON -Dprotobuf_WITH_ZLIB=0 -Dprotobuf_BUILD_TESTS=OFF .
make -j8