Final round of fixes for new version

This commit is contained in:
Luke
2020-06-09 20:46:14 +12:00
parent cb8032c7c2
commit 964c24f8fa
68 changed files with 220 additions and 176 deletions

View File

@@ -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