6 lines
138 B
Bash
6 lines
138 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. ./scripts/env-native-cpu-without-avx-512
|
||
|
|
||
|
cargo run --profile "release-debug" -p aquatic_http --features "prometheus" -- $@
|