mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 09:23:19 +01:00
Final round of fixes for new version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[workspace]
|
||||
members = ["rog-core", "aura"]
|
||||
members = ["rog-core", "rog-client"]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
@@ -9,11 +9,9 @@ panic = "abort"
|
||||
|
||||
[profile.dev]
|
||||
debug = false
|
||||
opt-level = 2
|
||||
#panic = "abort"
|
||||
opt-level = 1
|
||||
|
||||
[profile.bench]
|
||||
lto = true
|
||||
debug = false
|
||||
opt-level = 3
|
||||
#panic = "abort"
|
||||
opt-level = 3
|
||||
Reference in New Issue
Block a user