Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Oct 14, 2024
1 parent bc3f832 commit f564b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
CARGO_TERM_COLOR=always \
RUSTFLAGS="-C target-feature=+aes,+vaes,+avx2,+mmx,+sse4.2,+sse4a,ssse3,+bmi2,+fma,+rdrand,+sha,+adx" \
RUSTFLAGS="-C target-feature=+aes,+vaes,+avx2,+mmx,+sse4.2,+sse4a,ssse3,+bmi2,+fma" \
LC_ALL=C.UTF-8 \
LANG=C.UTF-8

Expand Down

0 comments on commit f564b28

Please sign in to comment.