Use optimization in dev builds to make it usable
This commit is contained in:
parent
d562fe57eb
commit
5d85ec3ab5
1 changed files with 4 additions and 0 deletions
|
|
@ -10,3 +10,7 @@ futures-channel = "0.3.25"
|
||||||
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland"] }
|
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland"] }
|
||||||
tokio = "1.23.0"
|
tokio = "1.23.0"
|
||||||
zbus = { version = "3.7.0", default-features = false, features = ["tokio"] }
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue