run_sample.sh to use release mode now

This commit is contained in:
Mike Dilger 2024-02-17 12:09:35 +13:00
parent 8cd3f37a8e
commit 08bbcb19a7

View File

@ -1,3 +1,6 @@
#!/bin/bash
RUST_LOG=debug cargo run ./sample/sample.config.ron
export RUST_LOG='info,chorus=debug'
cargo build --release && \
./target/release/chorus ./sample/sample.config.ron