mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update TODO
This commit is contained in:
parent
29e3d695a0
commit
b3caa7ab7b
2 changed files with 2 additions and 14 deletions
|
|
@ -1,11 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Compile with target-cpu=native but without AVX512 features, since they
|
||||
# decrease performance.
|
||||
|
||||
DISABLE_AVX512=$(rustc --print target-features | grep " avx512" |
|
||||
awk '{print $1}' | sed 's/^/-C target-feature=-/' | xargs)
|
||||
|
||||
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
||||
. scripts/env-native-cpu-wihout-avx-512
|
||||
|
||||
cargo run --release --bin aquatic_http -- $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue