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"
|
||||
debug = "full"
|
||||
|
||||
[profile.dbg.package.'*']
|
||||
inherits = "dbg"
|
||||
debug = "limited"
|
||||
|
||||
# primarily used for CI
|
||||
[profile.test]
|
||||
debug = "limited"
|
||||
|
||||
Reference in New Issue
Block a user