Can anyone confirm the default options that I should use to optimize the compiler. I remember that I changed this while Xcode4 was in a preview to get around the error, but now I canβt remember what it was installed on before (i.e., By default).
Currently I have installed:
Debug: Fastest, Smallest [-Os]
Release: Fastest, Smallest [-Os]
I'm sure it should be: (but wanted to check)
Debug: None [-O0]
Release: Fastest, Smallest [-Os]
source
share