summaryrefslogtreecommitdiffstats
path: root/run-server.sh
blob: 183585a4c03161aab245b03ff2e993cb3fbf9fd0 (plain)
1
2
3
#!/bin/sh
export RUSTFLAGS="$RUSTFLAGS -A dead_code"
exec cargo run --no-default-features --features server "$@"
bues.ch cgit interface