cocos2d / cocos2d-x-for-xna

port cocos2d-x into c# based on XNA
124 stars 49 forks source link

remove debug output from release builds #18

Open totallyevil opened 12 years ago

totallyevil commented 12 years ago

I maybe wrong. But i think compiler ommit System.Diagnostics.Debug for release builds. But you gus replaced all Debug.Trace with CCLog. And all debug information (messages and other info) exist in release builds. Its not shown anywhere, its not big cost of size or performance, but its still exist in release builds.

Forum topic: http://www.cocos2d-x.org/boards/17/topics/11690