mirror of
https://github.com/mikedilger/chorus.git
synced 2026-01-03 06:15:33 +00:00
run_sample.sh to use release mode now
This commit is contained in:
parent
8cd3f37a8e
commit
08bbcb19a7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user