debounce release log

This commit is contained in:
Ferdinand Schober
2024-09-08 01:33:25 +02:00
parent 7f0815facf
commit 7baacf4546
2 changed files with 31 additions and 2 deletions

View File

@@ -18,8 +18,10 @@ license = "GPL-3.0-or-later"
repository = "https://github.com/feschber/lan-mouse"
[profile.release]
strip = true
codegen-units = 1
lto = "fat"
strip = true
panic = "abort"
[dependencies]
input-event = { path = "input-event", version = "0.3.0" }