1
0
Fork 0

Disable stripping symbols in profile builds

Doesn't really work otherwise now does it?
This commit is contained in:
Robbert van der Helm 2022-05-22 20:28:25 +02:00
parent 3650311db8
commit 74f555ebab

View file

@ -114,3 +114,4 @@ strip = "symbols"
[profile.profiling]
inherits = "release"
debug = true
strip = "none"