use new debug symbol splitting

This commit is contained in:
Stephan Dilly 2021-03-25 19:36:21 +01:00
parent 484195197b
commit a434bfb125

View file

@ -71,4 +71,7 @@ codegen-units = 1
# usage of utf8 encoding inside tui
# makes their debug profile slow
[profile.dev.package."tui"]
opt-level = 3
opt-level = 3
[profile.dev]
split-debuginfo = "unpacked"