refactor(cargo.toml): profile optimizations

This commit is contained in:
Nova
2023-02-02 16:32:06 -05:00
parent 24d8fefcaa
commit fd95988a42

View File

@@ -62,6 +62,14 @@ wayland = ["dep:smithay", "dep:xkbcommon"]
profile_tokio = ["dep:console-subscriber", "tokio/tracing"]
profile_app = ["dep:tracing-chrome"]
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3
[profile.release]
strip = true
lto = true
# [patch.crates-io.stereokit]
# path = "../stereokit-rs"
# [patch.crates-io.stereokit-sys]