Re: Optimizing some, but not all, of the code
Re: Optimizing some, but not all, of the code
- Subject: Re: Optimizing some, but not all, of the code
- From: Thomas Davie <email@hidden>
- Date: Tue, 04 Jun 2013 19:36:56 -0700
If you open up the target settings, and visit build phases, you can specify per-file options. Just stick in a -Os or -O3 in there.
Thanks
Tom Davie
On 4 Jun 2013, at 19:26, Rick Mann <email@hidden> wrote:
> I'm working on an iPad app that does a lot of computational stuff. This is significantly slower in a Debug build. Much of this computational code is included in the project source. I can do a Release build and it's pretty zippy.
>
> Is there any way to control the optimizations of a large group of files? I don't want to visit each individual file and set optimizer flags. I suppose I could put a chunk of it into a separate library, but that seems to bring its own set of tediousness.
>
> Anyway, just looking for suggestions.
>
> Thanks!
>
> --
> Rick
>
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden