mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-11 07:10:59 +00:00
8c661977b8
This is finally possible since the new feature resolver. For reference: https://github.com/rust-lang/rust-analyzer/issues/6197#issuecomment-827564835
10 lines
97 B
TOML
10 lines
97 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"libraries/*",
|
|
"kernel"
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|