Add release debuginfo profile

This commit is contained in:
Imbris 2020-01-18 16:58:15 -05:00
parent 4b01c1b082
commit 3553c31101
2 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changed "Create Character" button position
- Made clouds bigger, more performant and prettier
- Terrain meshing optimized further
- Tree leaves no longer color blended
### Removed

View File

@ -53,3 +53,8 @@ overflow-checks = false
debug-assertions = false
lto = true
debug = false
# this profile is used by developers for release profiling
[profile.releasedebuginfo]
inherits = 'release'
debug = 1