Descent3
Descent3 copied to clipboard
Add sanitizers support to project
Supported sanitizers controlled by configure options SANITIZE_ADDRESS
, SANITIZE_MEMORY
, SANITIZE_THREAD
and SANITIZE_UNDEFINED
. Sanitizers support added to main executable, shared script libraries and netcon libraries.
Pull Request Type
- [ ] GitHub Workflow changes
- [x] Documentation or Wiki changes
- [x] Build and Dependency changes
- [ ] Runtime changes
- [ ] Render changes
- [ ] Audio changes
- [ ] Input changes
- [ ] Network changes
- [ ] Other changes
Description
Related Issues
Screenshots (if applicable)
Checklist
- [x] I have tested my changes locally and verified that they work as intended.
- [x] I have documented any new or modified functionality.
- [x] I have reviewed the changes to ensure they do not introduce any unnecessary complexity or duplicate code.
- [x] I understand that by submitting this pull request, I am agreeing to license my contributions under the project's license.