diff --git a/Cargo.toml b/Cargo.toml index a9eb7d1..e8e0a87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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