Use optimization in dev builds to make it usable

This commit is contained in:
Ian Douglas Scott 2023-02-14 13:46:20 -08:00
parent d562fe57eb
commit 5d85ec3ab5

View file

@ -10,3 +10,7 @@ futures-channel = "0.3.25"
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland"] }
tokio = "1.23.0"
zbus = { version = "3.7.0", default-features = false, features = ["tokio"] }
[profile.dev]
# Not usable at opt-level 0, at least with software renderer
opt-level = 1