Xcode / Cocoa : What are the differences between debug and release builds?

后端 未结 2 473
挽巷
挽巷 2020-12-08 22:00

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

2条回答
  •  自闭症患者
    2020-12-08 22:40

    In Tiger, Debug builds are "zero linked". This is it is optimized for you environment only and is not really a complete build.

提交回复
热议问题