Include debug information in release builds
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
7e2b13416b
commit
ff583d7ed0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user