Skip to content

Commit

Permalink
feat: Add serial backend config for curve25519_dalek_backend
Browse files Browse the repository at this point in the history
  • Loading branch information
bakjos committed Apr 26, 2024
1 parent 59fa2e0 commit d4b5fb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ rustflags = [

# Flags for all targets.
[target.'cfg(all())']
rustflags = ["--cfg", "tokio_unstable"]
# Disable simd backend for curve25519-dalek
rustflags = ["--cfg", "tokio_unstable", "--cfg", "curve25519_dalek_backend=\"serial\""]

0 comments on commit d4b5fb0

Please sign in to comment.