Using gcc compiler flag in Xcode
Posted
by tech74
on Stack Overflow
See other posts from Stack Overflow
or by tech74
Published on 2010-04-13T13:29:36Z
Indexed on
2010/04/13
13:33 UTC
Read the original article
Hit count: 423
iphone
Hi, Shark has identified a area of code to be improved - Unaligned loop start and recommends adding -falign-loops=16 (gcc compiler flag). I've added this to Other C flags in iphone Xcode both to the dependant project and top level project. However it still does not seem to affect the performance and Shark is still reporting the same problem so it appears it didn't work.
Am i doing this correctly?
© Stack Overflow or respective owner