diff --git a/scripts/run-aquatic-ws.sh b/scripts/run-aquatic-ws.sh new file mode 100755 index 0000000..b97b6eb --- /dev/null +++ b/scripts/run-aquatic-ws.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +export RUSTFLAGS="-C target-cpu=native" + +cargo run --release --bin aquatic_ws -- $@