What are the differences between debug and release builds for a Cocoa application? I know the debug version contains additional information for debugging but what else is di
In Tiger, Debug builds are "zero linked". This is it is optimized for you environment only and is not really a complete build.