Skip to content

Commit

Permalink
Strip the release binary file
Browse files Browse the repository at this point in the history
  • Loading branch information
itoshkov committed Mar 19, 2020
1 parent 3de6c04 commit 80aaaf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dev:

release:
cargo build --release
strip ./target/release/xsv
mkdir -p ~/bin/bin
cp ./target/release/xsv ~/bin/bin/xsv

Expand Down

0 comments on commit 80aaaf5

Please sign in to comment.