Skip to content

Commit

Permalink
ensure binaries are stripped
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas-M committed Jun 27, 2018
1 parent 560482d commit cd721ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zcutil/votecoin_build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ cp -f zcashd votecoind
cp -f zcash-cli votecoin-cli
cp -f zcash-tx votecoin-tx

strip --strip-unneeded votecoind
strip --strip-unneeded votecoin-cli
strip --strip-unneeded votecoin-tx

echo ""
echo "--------------------------------------------------------------------------"
echo "Compilation complete. Now you can run ./src/votecoind to start the daemon."
Expand Down
4 changes: 4 additions & 0 deletions zcutil/votecoin_build_fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ cp -f zcashd votecoind
cp -f zcash-cli votecoin-cli
cp -f zcash-tx votecoin-tx

strip --strip-unneeded votecoind
strip --strip-unneeded votecoin-cli
strip --strip-unneeded votecoin-tx

echo ""
echo "--------------------------------------------------------------------------"
echo "Compilation complete. Now you can run ./src/votecoind to start the daemon."
Expand Down

0 comments on commit cd721ca

Please sign in to comment.