Include debug information in release builds
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
Olivier 'reivilibre' 2022-01-11 06:53:41 +00:00
parent 7e2b13416b
commit ff583d7ed0

View File

@ -4,3 +4,8 @@ members = [
"datman"
]
[profile.release]
# Include FULL debug information in the release binaries
debug = 2
# When this feature stabilises, it will be possible to split the debug information into a file alongside the binary
#split-debuginfo = "packed"