Zero-valued extension fields were mistakenly ignored by encoder. (issue #242)
[apps/agl-service-can-low-level.git] / tools / make_linux_package.sh
index 6598936..aea1c56 100755 (executable)
@@ -42,6 +42,9 @@ exec "\$SCRIPTDIR/protoc.bin" "\$@"
 EOF
 chmod +x $DEST/generator-bin/protoc
 
+# Remove debugging symbols to reduce size of package
+( cd $DEST/generator-bin; strip *.so *.so.* )
+
 # Tar it all up
 ( cd dist; tar -czf $VERSION.tar.gz $VERSION )