Files
AdventOfCode-Rust/.cargo/config
T
2021-12-29 14:12:01 +01:00

6 lines
78 B
Plaintext

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