mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-11 07:10:59 +00:00
12 lines
136 B
TOML
12 lines
136 B
TOML
|
[workspace]
|
||
|
|
||
|
members = [
|
||
|
"libraries/*",
|
||
|
"kernel",
|
||
|
"kernel_symbols"
|
||
|
]
|
||
|
|
||
|
[profile.release]
|
||
|
lto = true
|
||
|
debug = true
|