Optimizing some, but not all, of the code
Optimizing some, but not all, of the code
- Subject: Optimizing some, but not all, of the code
- From: Rick Mann <email@hidden>
- Date: Tue, 04 Jun 2013 19:26:16 -0700
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