6 lines
136 B
Bash
6 lines
136 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
. ./scripts/env-native-cpu-without-avx-512
|
||
|
|
||
|
cargo run --profile "release-debug" -p aquatic_udp --features "io-uring" -- $@
|