mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
16 lines
211 B
TOML
16 lines
211 B
TOML
[workspace]
|
|
members = ["asus-nb-ctrl", "asus-nb"]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug = false
|
|
opt-level = 3
|
|
panic = "abort"
|
|
|
|
[profile.dev]
|
|
debug = false
|
|
opt-level = 1
|
|
|
|
[profile.bench]
|
|
debug = false
|
|
opt-level = 3 |