Disable stripping symbols in profile builds
Doesn't really work otherwise now does it?
This commit is contained in:
parent
3650311db8
commit
74f555ebab
1 changed files with 1 additions and 0 deletions
|
@ -114,3 +114,4 @@ strip = "symbols"
|
|||
[profile.profiling]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
strip = "none"
|
||||
|
|
Loading…
Add table
Reference in a new issue