gossip/run.sh

6 lines
254 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 && \
2024-03-28 22:55:03 +00:00
RUST_BACKTRACE=1 RUST_LOG="warn,gossip=info,gossip_lib=info,nostr_types=info,gossip_relay_picker=info" ./target/release/gossip "$@"