config.toml 207 B

123456
  1. [target.x86_64-unknown-linux-gnu]
  2. # When building for linux, target the minimal supported CPU
  3. rustflags = ["-Ctarget-cpu=x86-64-v2"]
  4. [alias]
  5. xtask = "run --manifest-path ci/xtask/Cargo.toml --bin xtask --"