gossip/run.sh

7 lines
269 B
Bash
Raw Normal View History

2022-12-20 20:30:59 +00:00
#!/bin/bash
#RUSTFLAGS="-C target-cpu=native --cfg tokio_unstable"
2024-03-06 20:02:39 +00:00
cargo build --features=lang-cjk,video-ffmpeg --release && \
2024-01-19 21:08:33 +00:00
RUST_BACKTRACE=1 RUST_LOG="warn,gossip_bin=info,gossip_lib=info,nostr_types=info,gossip_relay_picker=info" ./target/release/gossip "$@"
2023-03-06 01:38:07 +00:00