From 33ed96d543dd6e129ce67346b35e928874d23756 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 6 Nov 2025 11:36:07 -0600 Subject: Target native CPU --- contrib/run-one | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/run-one b/contrib/run-one index b2dc0ff..c623fb1 100755 --- a/contrib/run-one +++ b/contrib/run-one @@ -1,7 +1,7 @@ #!/bin/sh -cargo build --release +RUSTFLAGS="-C target-cpu=native" cargo build --release echo "-- New session started $(date --iso-8601=seconds) --" >> output.log nice -n 19 ./target/release/wwb game.bin | tee -ai output.log -echo "-- End session started $(date --iso-8601=seconds) --" >> output.log \ No newline at end of file +echo "-- End session started $(date --iso-8601=seconds) --" >> output.log -- cgit v1.2.3