summaryrefslogtreecommitdiff
path: root/new/init_darwin.m
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-08 00:26:49 -0400
committerPietro Gagliardi <[email protected]>2015-04-08 00:27:03 -0400
commit521829a0a66f62e9ed4256440a1ed34565e4d51f (patch)
tree3e82d723ff48ff94e8c09f7766de54fa916b7efe /new/init_darwin.m
parent1d828c8debab274f7b058e3474e2494dfccb0c19 (diff)
Added allocation logging to Objective-C objects. Fixed some Mac OS X build issues.
Diffstat (limited to 'new/init_darwin.m')
-rw-r--r--new/init_darwin.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/new/init_darwin.m b/new/init_darwin.m
index b251b47..d26c3fa 100644
--- a/new/init_darwin.m
+++ b/new/init_darwin.m
@@ -6,6 +6,8 @@
@implementation uiApplication
+uiLogObjCClassAllocations
+
// hey look! we're overriding terminate:!
// we're going to make sure we can go back to main() whether Cocoa likes it or not!
// and just how are we going to do that, hm?