mirror of
https://github.com/greatest-ape/aquatic.git
synced 2026-07-09 13:11:40 +00:00
6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./scripts/env-native-cpu-without-avx-512
|
|
|
|
cargo run --profile "release-debug" --bin aquatic -- $@
|