aoc2022/.cargo/config

6 lines
78 B
Plaintext

[build]
rustflags = ["-C", "target-cpu=native"]
[alias]
rr = "run --release"