gossip/run.sh
Mike Dilger 59f2a7eb25 change run.sh and devrun.sh scripts:
We don't need to compile for native target in run.sh, the speed difference is trivial
and it triggers a current bug.
2023-07-09 09:14:05 +12:00

7 lines
173 B
Bash
Executable File

#!/bin/bash
#RUSTFLAGS="-C target-cpu=native --cfg tokio_unstable"
cargo build --features=lang-cjk,video-ffmpeg --release && \
RUST_LOG="info" ./target/release/gossip