Skip to content

Commit

Permalink
Don't build quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed Sep 1, 2019
1 parent 7af7990 commit 171ab15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-release
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name="candle-${candle_version}"
export MACOSX_DEPLOYMENT_TARGET=10.7
export TARGET=x86_64-apple-darwin

cargo build --quiet --release --target "$TARGET" --locked
cargo build --release --target "$TARGET" --locked

mkdir -p releases
rm -rf releases/"$name"
Expand Down

0 comments on commit 171ab15

Please sign in to comment.