gossip/run.sh

6 lines
202 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-03-06 02:14:03 +00:00
RUST_BACKTRACE=1 RUST_LOG="info,gossip=debug" ./target/release/gossip
2023-03-06 01:38:07 +00:00