mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 07:45:28 +00:00
12 lines
141 B
TOML
12 lines
141 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = ["pico", "shared", "simulator"]
|
|
|
|
|
|
[profile.release]
|
|
debug = 2
|
|
|
|
[profile.dev]
|
|
lto = true
|
|
opt-level = "z"
|