From 08bbcb19a70a27abf5370a729b48fe4b105ed06a Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Sat, 17 Feb 2024 12:09:35 +1300 Subject: [PATCH] run_sample.sh to use release mode now --- run_sample.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/run_sample.sh b/run_sample.sh index b58c154..9a7df83 100755 --- a/run_sample.sh +++ b/run_sample.sh @@ -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