Aleph-One-Marathon / alephone

Aleph One is the open source continuation of Bungie’s Marathon 2 game engine.
https://alephone.lhowon.org/
GNU General Public License v3.0
644 stars 100 forks source link

XCode rebuilds everything when building different targets in a row #464

Open Kolfering opened 8 months ago

Kolfering commented 8 months ago

The different targets built with XCode (A1, M1, M2, Minfinity) share the same sources but even though XCode will rebuild everything from scratch for each different target built in a row instead of reusing the result of the previous target compilation. That's not a big deal but that would make CI faster for releases where it has to build 8 times where it basically could only be 2.