]> git.lizzy.rs Git - loadnothing.git/blob - stage2/Cargo.toml
Remove z opt-level, it causes bugs
[loadnothing.git] / stage2 / Cargo.toml
1 [package]
2 name = "stage2"
3 version = "0.1.0"
4 edition = "2021"
5
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8 [profile.dev]
9 panic = "abort"
10
11 [profile.release]
12 panic = "abort"
13 strip = true
14 lto = true
15 codegen-units = 1
16
17 [dependencies]
18 lazy_static = { version = "1.0", features = ["spin_no_std"] }
19 volatile = "0.4.5"
20 spin = "0.9.4"