Stable game ABI: Use PARTIAL_DEBUG

To make sure that mods can work across debug and release build, we can utilize PARTIAL_DEBUG to enable only DEBUG changes that affect struct and vtable layout
This commit is contained in:
Luke Street
2026-07-07 01:14:29 -06:00
parent d40a30ee13
commit e0ab36b7d9
23 changed files with 62 additions and 33 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
#include "os_report.h"
Z2SoundObjBase::Z2SoundObjBase()
#if DEBUG
#if PARTIAL_DEBUG || DEBUG
: JSULink<Z2SoundObjBase>(this)
#endif
{