Split out i386 and ppc builds into their own separate
configurations. Also, see if there is a way to take
those two artifacts and combine them as a Universal
Binary. If not, construct a UB configration for the
targets as well.
Another idiom that I've seen is to set the debug
configuration to build a "native" exectuable and the release
to build fat. This keeps debug turnaround time low while
still allowing for full checking when building release. It
also saves the effort of maitaining a third configuration.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
Another idiom that I've seen is to set the debug
configuration to build a "native" exectuable and the release
to build fat. This keeps debug turnaround time low while
still allowing for full checking when building release. It
also saves the effort of maitaining a third configuration.
Logged In: YES
user_id=1214256
Thanks for the suggestion. I have updated the XCode project
to build accordingly. The change should be reflected in 1.0.14.
Blessings,
Foster