Skip to content

Commit

Permalink
strip binary before packing (#533)
Browse files Browse the repository at this point in the history
reduce by 35-40% size of binaries and archive
  • Loading branch information
trinity-1686a authored Apr 19, 2019
1 parent 6bb4f85 commit 6acb962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/generate_artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
mkdir bin
cp target/release/{plume,plm} bin
cp "$(which diesel)" bin
strip -s bin/*
tar -cvzf plume.tar.gz bin/ static/ migrations/$FEATURES

0 comments on commit 6acb962

Please sign in to comment.