Xcode PortGroup: Xcode compiles code twice?

Ken Cunningham ken.cunningham.webuse at gmail.com
Wed Aug 16 07:19:42 UTC 2023


the xcode portgroup has always done this.

it builds everything in the build phase, and then builds everything again in the destroot phase.

we have discussed this over the years and the previous conclusion was that this was completely unavoidable, and we’d just have to live with it.

sometimes I just disable the build phase

build {}

to save time when I’m working on a big port.

K


More information about the macports-dev mailing list