mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
scripts: don't print RUSTFLAGS, causes issues when printing configs
This commit is contained in:
parent
f561ca9794
commit
118c2e446b
8 changed files with 0 additions and 15 deletions
|
|
@ -8,6 +8,4 @@ DISABLE_AVX512=$(rustc --print target-features | grep " avx512" |
|
|||
|
||||
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
||||
|
||||
echo "Compiling with RUSTFLAGS=$RUSTFLAGS"
|
||||
|
||||
cargo run --release --bin aquatic_ws -- $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue