Xcode: Temporarily disable indexing/auto-compilation?
Judging just from the amount of heat given off by the laptop, the
auto-indexing feature of Xcode is very CPU-intensive. It very often spikes
way above 100% on Activity Monitor, so it's clearly doing some things in
parallel as well. I'd like to do some C++/ObjC programming on the go, but
the machine won't last very long if the CPU is being thrashed like this.
Is there a mode I can throw it into so that it will be less aggressive
about this? If I disable it, I want to also be able to re-enable it easily
when I do get plugged in.
No comments:
Post a Comment