We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustflags
lto
1 parent c44d5d0 commit b01de14Copy full SHA for b01de14
.cargo/config
@@ -1,5 +1,2 @@
1
-[build]
2
-rustflags = ["-C", "target-cpu=native"]
3
-
4
[alias]
5
rr = "run --release"
Cargo.toml
@@ -6,7 +6,4 @@ edition = "2021"
6
default-run = "aoc"
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9
-[profile.release]
10
-lto = "thin"
11
12
[dependencies]
0 commit comments