Skip to content

Commit

Permalink
Add .cargo/config.toml with required RUSTFLAGS
Browse files Browse the repository at this point in the history
Due to gxhash, these flags are required to be able to compile, so just set them once rather than requiring passing RUSTFLAGS
  • Loading branch information
Jake-Shadle committed Nov 26, 2024
1 parent 57040f8 commit e431875
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[target.'cfg(all())']
rustflags = [
"-Ctarget-feature=+aes,+avx2",
]

0 comments on commit e431875

Please sign in to comment.