Disable STUB_LOG in release

This commit is contained in:
Luke Street
2026-05-24 17:44:05 -06:00
parent 1f1f7e324b
commit fa074a2311
+4
View File
@@ -19,7 +19,11 @@ extern bool StubLogEnabled;
extern aurora::Module DuskLog;
#ifndef NDEBUG
#define STUB_LOG() DuskLog.debug("{} is a stub", __FUNCTION__)
#else
#define STUB_LOG()
#endif
#if TARGET_PC
#define STUB_RET(...) \