gossip/run.sh

7 lines
193 B
Bash
Raw Normal View History

2022-12-20 20:30:59 +00:00
#!/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 $@
2023-03-06 01:38:07 +00:00