diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-09 01:23:11 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-09 01:23:11 -0500 |
commit | fc66800520a28a6940cee922b60074da1d624157 (patch) | |
tree | dfde01aa88b6c3bab50ce7714422122250cef05c /include/config.h | |
parent | 2dd85b9f853f7d6774faaf52d908961695b3b112 (diff) |
you idiot, leave NDEBUG defined
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index bd2ad3356..796da359c 100644 --- a/include/config.h +++ b/include/config.h @@ -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). |