gossip/devrun.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

5 lines
135 B
Bash
Executable File

#!/bin/bash
cargo build --features=lang-cjk,video-ffmpeg && \
RUST_BACKTRACE=1 RUST_LOG="info,gossip=debug" ./target/debug/gossip