gossip/run.sh
2023-11-27 20:42:01 +13:00

7 lines
195 B
Bash
Executable File

#!/bin/bash
#RUSTFLAGS="-C target-cpu=native --cfg tokio_unstable"
cargo build --features=lang-cjk,video-ffmpeg --release && \
RUST_BACKTRACE=1 RUST_LOG="info" ./target/release/gossip "$@"