chore: remove rustflags
, manual lto
setting
This commit is contained in:
parent
c44d5d0cdf
commit
b01de14927
2 changed files with 0 additions and 6 deletions
|
@ -1,5 +1,2 @@
|
|||
[build]
|
||||
rustflags = ["-C", "target-cpu=native"]
|
||||
|
||||
[alias]
|
||||
rr = "run --release"
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue