Sign in
flutter
/
third_party
/
protobuf
/
cd4e9e72fbcc7032b440df56a0352106d2c7d0b5
/
.
/
protoc-artifacts
/
build-protoc.sh
blob: 137c5d63453b3b186e191534bf93428579c06aca [
file
]
#!/bin/bash
# Override the default value set in configure.ac that has '-g' which produces
# huge binary.
export CXXFLAGS
=-
DNDEBUG
cd $
(
dirname
"$0"
)/..
&&
./
configure
--
disable
-
shared
&&
make
&&
cd src
&&
(
strip protoc
||
strip protoc
.
exe
)