Files
AdventOfCode-Rust/.cargo/config
Felix Spöttel 4449f5bc94 initial commit
2021-12-29 14:12:01 +01:00

6 lines
78 B
Plaintext

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