chore: remove rustflags, manual lto setting

This commit is contained in:
Felix Spöttel 2021-12-30 10:24:06 +01:00
parent c44d5d0cdf
commit b01de14927
2 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,2 @@
[build]
rustflags = ["-C", "target-cpu=native"]
[alias]
rr = "run --release"

View file

@ -6,7 +6,4 @@ edition = "2021"
default-run = "aoc"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
lto = "thin"
[dependencies]