gossip/run.sh
2023-03-06 14:38:07 +13:00

6 lines
160 B
Bash
Executable File

#!/bin/bash
RUSTFLAGS="-C target-cpu=native --cfg tokio_unstable" cargo build --release
RUST_BACKTRACE=1 RUST_LOG="info,gossip=debug" ./target/release/gossip