mirror of
https://github.com/esp-rs/espflash.git
synced 2026-03-23 15:50:21 +00:00
This shrinks the size of the resulting binaries by a fairly significant amount. This requires bumping the MSRV to 1.59, however.
10 lines
111 B
TOML
10 lines
111 B
TOML
[workspace]
|
|
members = [
|
|
"cargo-espflash",
|
|
"espflash",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
strip = true
|