Quantcast
Channel: Questions in topic: "xcode"
Viewing all articles
Browse latest Browse all 1047

How to speed up IL2CPP builds? Distributed compilation possible?

$
0
0
Using Xcode, IL2CPP builds compile much more slowly than mono, and certain types of debugging require a "change, rebuild, change, rebuild" workflow. It's a pain. Is there any way these builds can be sped up? The ability to make a distributed build might help (distcc), since a coworker has a very fast computer. Object caching might also help (ccache), if the generated C++ code is the same each time. In short, are there any tools or techniques I can use to increase a Unity game's compilation in Xcode?

Viewing all articles
Browse latest Browse all 1047

Trending Articles