Skip to content

Commit b01de14

Browse files
committed
chore: remove rustflags, manual lto setting
1 parent c44d5d0 commit b01de14

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.cargo/config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
[build]
2-
rustflags = ["-C", "target-cpu=native"]
3-
41
[alias]
52
rr = "run --release"

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@ edition = "2021"
66
default-run = "aoc"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

9-
[profile.release]
10-
lto = "thin"
11-
129
[dependencies]

0 commit comments

Comments
 (0)