Debug build now takes .alf as input instead of .dol (#2360)

* Fix debug build

* Debug build now takes .alf as input instead of .dol

I had to manually remove the following line from symbols.txt for DTK to work:
```
.data = .sbss:0x8074C97C; // type:object size:0x4 scope:local data:byte
```
After that it built OK, and DTK automatically modified all other lines in symbols.txt.

* Fix pragma in header messing up debug optimization level
This commit is contained in:
LagoLunatic
2025-03-30 18:43:44 -04:00
committed by GitHub
parent 392c0f3181
commit 7ac9c97e33
18 changed files with 70390 additions and 70411 deletions
+1 -5
View File
@@ -24,11 +24,7 @@ public:
/* 0x1C */ JORReflexible* mPt;
};
class mDoHIO_entry_c
#ifdef DEBUG
: public JORReflexible
#endif
{
class mDoHIO_entry_c : public JORReflexible {
public:
#ifdef DEBUG
mDoHIO_entry_c();