fix: move rustc profiles to root cargo.toml

This commit is contained in:
2024-04-13 12:20:41 +02:00
parent 644bcd6997
commit 5701c51bd6
13 changed files with 144 additions and 4955 deletions

View File

@@ -1,6 +1,8 @@
[workspace]
resolver = "2"
members = ["app/src-tauri", "nodes/max/plantarium/*", "packages/plantarium"]
members = ["nodes/max/plantarium/*", "packages/plantarium"]
[profile.release]
lto = true
# Tell `rustc` to optimize for small code size.
opt-level = "s"