Re: Build Settings for Release: App/Library is bloated
Re: Build Settings for Release: App/Library is bloated
- Subject: Re: Build Settings for Release: App/Library is bloated
- From: Dave Keck <email@hidden>
- Date: Sun, 12 Apr 2009 10:08:48 -1000
You might be compiling for four architectures - PPC 32/64, Intel
32/64. Compiling for each of these can of course greatly increase your
app's size, since you're essentially combining four versions of your
app into one binary file. Check your release target to see what
architectures it's compiling for. Depending on how important a small
app size is to you, you may want to compile just for one architecture.
David
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden