summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-09 01:22:35 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-09 01:22:35 -0500
commit2dd85b9f853f7d6774faaf52d908961695b3b112 (patch)
treea0a72ef616600f2a5a4ab0109eca0ef0098c59a1 /include/config.h
parentf6960086684ad3d73b867ed5a357fc59d1650929 (diff)
scrub ld_script for bloat
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 796da359c..bd2ad3356 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).