mirror of
https://github.com/greatest-ape/aquatic.git
synced 2026-07-21 19:10:58 +00:00
Putting cli functionality into its own crate will allow using it from aquatic_bench and possibly other programs.
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export RUSTFLAGS="-C target-cpu=native"
|
|
|
|
cargo run --release --bin aquatic -- $@
|