With XCode4.5 and armv7+armv7s arch, the executable size increased from 3MB to 7MB. Rebuild with armv7 only, the binary size is back to 3MB.
Does anyone see the same increase? Is this an expected result?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You were previously building for one arch, now you are building for two; this means that roughly twice as much code is generated, so a 2x increase in binary size shouldn’t be a surprise.