summaryrefslogtreecommitdiffhomepage
path: root/build.sh
blob: fb271444d5bf610ab535cf294e9b1d34bf7d783d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash

set -e

export MACOSX_DEPLOYMENT_TARGET="10.7"

cargo +stable build --release

# Strip debugging symbols from the binaries. This saves a lot of space.
strip ./target/release/mullvad-daemon
strip ./target/release/mullvad
strip ./target/release/problem-report