mirror of
https://github.com/xzeldon/razer-battery-report.git
synced 2024-12-25 17:45:46 +00:00
chore: faster dev builds
This commit is contained in:
parent
ce2cd46055
commit
65429b01f5
@ -11,6 +11,13 @@ lto = "fat"
|
||||
codegen-units = 1
|
||||
opt-level = 3
|
||||
|
||||
# Faster builds, slower executables
|
||||
[profile.dev]
|
||||
opt-level = 0
|
||||
lto = false
|
||||
incremental = true
|
||||
codegen-units = 16
|
||||
|
||||
[dependencies]
|
||||
# Communicate with HID devices
|
||||
hidapi = "2.6.3"
|
||||
|
Loading…
Reference in New Issue
Block a user