you idiot, leave NDEBUG defined

This commit is contained in:
ProjectRevoTPP 2018-01-09 01:23:11 -05:00
parent 2dd85b9f85
commit fc66800520

View File

@ -14,7 +14,7 @@
// authoritative. These additions are for user convenience based on
// officially recommended SDK practices for debugging and is therefore
// still in part authoritative.
// #define NDEBUG
#define NDEBUG
// To enable print debugging, comment out "#define NDEBUG". This allows
// the various AGBPrint functions to be used. (See include/gba/isagbprint.h).