调试信息会减慢编译器速度?

发布于 2024-10-12 04:38:32 字数 127 浏览 1 评论 0原文

我正在开发 iPhone 应用程序。我编译为两个目标:Simulator-debug 和 Device-Release。

模拟器的编译速度非常慢,但设备的编译速度非常快。我能看到的唯一区别是调试与发布。调试信息会减慢速度吗?

I am working on an iPhone app. I compile to two targets, Simulator-debug and Device-Release.

Compiling for simulator is horribly slow but for the device is really fast. The only difference I can see is debug vs release. Does debug info slow things that much?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

破晓 2024-10-19 04:38:32

应该不会有太大区别 - 由于优化较少,调试通常编译速度更快。

确保比较每个的干净构建时间并对预编译头等使用相同的设置。

Shouldn't make much of a difference - debug is usually faster to compile because of less optimizations.

Make sure you compare clean build times for each and use the same settings for precompiled headers etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文