gossip/run.sh
2023-04-26 12:20:48 +12:00

6 lines
202 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,gossip=debug" ./target/release/gossip