advent-of-code/.cargo/config

6 lines
78 B
Text
Raw Normal View History

2021-12-29 14:12:01 +01:00
[build]
rustflags = ["-C", "target-cpu=native"]
[alias]
rr = "run --release"