run.sh is just a tiny script that builds and runs the program with some parameters that I like.

#!/bin/bash

RUSTFLAGS="-C target-cpu=native --cfg tokio_unstable" cargo build --release && \

RUST_BACKTRACE=1 RUST_LOG="info,gossip=debug" ./target/release/gossip

Reply to this note

Please Login to reply.

Discussion

No replies yet.