mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 15:55:25 +00:00
wip dynamic loading
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -3,7 +3,16 @@ resolver = "3"
|
||||
members = ["kernel", "abi", "shared", "user-apps/calculator"]
|
||||
|
||||
[profile.release]
|
||||
debug = 2
|
||||
debug = true
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
||||
[profile.release-binary]
|
||||
inherits = "release"
|
||||
lto = true
|
||||
debug = false
|
||||
opt-level = "s"
|
||||
|
||||
[profile.dev]
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user