Emit auxiliary files even if asserts fail (#2104)

Closes #2100
This commit is contained in:
Eldred Habert
2026-09-17 17:47:53 +02:00
committed by GitHub
parent b4988afc8a
commit 3b250d5386
3 changed files with 20 additions and 16 deletions
+3 -2
View File
@@ -11,7 +11,8 @@ void out_AddSection(Section const &section);
// Finds an assigned section overlapping another one.
Section const *out_OverlappingSection(Section const &section);
// Writes all output (bin, sym, map) files.
void out_WriteFiles();
void out_WriteROMIfAny();
void out_WriteSymIfAny();
void out_WriteMapIfAny();
#endif // RGBDS_LINK_OUTPUT_HPP