Add default building behavior to the documentation
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
### What needs to get done
Update cmake documentation with the information about the possibility of changing the build type to release with an example. It should encourage user to change it for the packaged application, so the resulting binary is more optimized and does not have an unnecessary debug information
As a bonus point we may look into other plugins like `rust` and add it there as well.
### Why it needs to get done
User may not be aware, that the build system is building libraries and applications in `Debug` mode by default.
We should clearly state in the documentation that this is a case, and add and information about possibility of changing that.
Evaluation history
No evaluation history available.