mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 09:23:19 +01:00
19 lines
249 B
TOML
19 lines
249 B
TOML
[workspace]
|
|
members = ["rog-core", "aura"]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug = false
|
|
opt-level = 3
|
|
panic = "abort"
|
|
|
|
[profile.dev]
|
|
debug = false
|
|
opt-level = 2
|
|
#panic = "abort"
|
|
|
|
[profile.bench]
|
|
lto = true
|
|
debug = false
|
|
opt-level = 3
|
|
#panic = "abort" |