From ab178b3189b7ba4d634d4f0d1181839e7641de1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 11 May 2020 15:41:46 +0200 Subject: [PATCH] add scripts/run-aquatic-ws.sh --- scripts/run-aquatic-ws.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/run-aquatic-ws.sh 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 -- $@