Note the debug builds for 1.1.8

This commit is contained in:
Jesse Talavera 2024-10-19 16:57:53 -04:00
parent 30af22b277
commit aee7a181c5

View File

@ -18,6 +18,9 @@ Thanks to **@oddballparty** and a private sponsor for their generosity!
- Added `RelWithDebInfo` builds that include Tracy support.
These will be distributed on GitHub for all supported platforms,
starting with this release.
- Added `Debug` builds that include debugging information and limited optimizations.
Useful for debugging crashes and other issues,
not recommended for general gameplay.
- Added a contributor's guide at `CONTRIBUTING.md`.
[#107](https://github.com/JesseTG/melonds-ds/issues/107)
- Added guidelines for reporting security vulnerabilities at `SECURITY.md`.