4 lines
214 B
TOML
4 lines
214 B
TOML
# Optimize for the current machine's CPU features in development.
|
|
# CI/release builds should override via RUSTFLAGS for portability.
|
|
[target.'cfg(not(target_env = "msvc"))']
|
|
rustflags = ["-C", "target-cpu=native"]
|