forked from gentoo-utils/gentoo-utils
enable debug info in dev profile
This commit is contained in:
@@ -6,4 +6,7 @@ edition = "2024"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
mon = { path = "../mon" }
|
mon = { path = "../mon" }
|
||||||
get = { path = "../get" }
|
get = { path = "../get" }
|
||||||
itertools = "0.14.0"
|
itertools = "0.14.0"
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
debug = true
|
||||||
Reference in New Issue
Block a user