mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
17 lines
246 B
TOML
17 lines
246 B
TOML
[workspace]
|
|
members = ["asusctl", "asus-notify", "daemon", "rog-types", "rog-dbus"]
|
|
|
|
[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
|