Files
letro-authentication-service/.cargo/config.toml
2025-03-24 13:53:34 +01:00

8 lines
277 B
TOML

[build]
rustflags = ["--cfg", "tokio_unstable"]
# On x86_64, we target the x86-64-v2 psABI, as it is a good compromise between
# modern CPU instructions and compatibility.
[target.x86_64-unknown-linux-gnu]
rustflags = ["--cfg", "tokio_unstable", "-C", "target-cpu=x86-64-v2"]