advent-of-code/.cargo/config
2021-12-29 14:12:01 +01:00

5 lines
78 B
Text

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