gossip/run.sh
2023-09-13 15:39:28 +12:00

7 lines
193 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 $@