gossip/run.sh

6 lines
189 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-17 19:24:05 +00:00
RUST_BACKTRACE=1 RUST_LOG="info" ./target/release/gossip
2023-03-06 01:38:07 +00:00