mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
setup-bench-on-debian.sh: add rustc build flag for aquatic
This commit is contained in:
parent
c8ce374736
commit
8effcb8d91
1 changed files with 2 additions and 1 deletions
|
|
@ -52,6 +52,7 @@ cd ..
|
||||||
|
|
||||||
git clone https://github.com/greatest-ape/aquatic.git
|
git clone https://github.com/greatest-ape/aquatic.git
|
||||||
cd aquatic
|
cd aquatic
|
||||||
|
export RUSTFLAGS="-C target-cpu=native"
|
||||||
cargo build --release --bin aquatic
|
cargo build --release --bin aquatic
|
||||||
cargo build --release --bin aquatic_load_test
|
cargo build --release --bin aquatic_load_test
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue