gossip/run.sh

6 lines
172 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 && \
2023-06-18 03:43:57 +00:00
RUST_LOG="info" ./target/release/gossip
2023-03-06 01:38:07 +00:00