Reduce debuginfo to limited for dependencies in dbg profile.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -799,6 +799,10 @@ opt-level = 'z'
|
|||||||
inherits = "dev"
|
inherits = "dev"
|
||||||
debug = "full"
|
debug = "full"
|
||||||
|
|
||||||
|
[profile.dbg.package.'*']
|
||||||
|
inherits = "dbg"
|
||||||
|
debug = "limited"
|
||||||
|
|
||||||
# primarily used for CI
|
# primarily used for CI
|
||||||
[profile.test]
|
[profile.test]
|
||||||
debug = "limited"
|
debug = "limited"
|
||||||
|
|||||||
Reference in New Issue
Block a user