Obtain serial device path from cli arg, enable LTO for release builds
This commit is contained in:
parent
f9a4b88222
commit
2e7e91cc58
2 changed files with 14 additions and 1 deletions
|
@ -3,6 +3,9 @@ name = "kulifuli-host"
|
|||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
[dependencies]
|
||||
eyre = "0.6.12"
|
||||
serialport = "4.7.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue