james tittle wrote:
hello, ...I'm a bit puzzled: after upgrading an older xcode 1.5 project to xcode 2.2preview1 and recompiling, the application binary size has more than doubled! Both times I've used gcc 3.3, and I've checked to make sure that debugging symbols are stripped, but whereas it used to only be 3.6MB, now it's 7.5MB...the only major difference I can think of is that I'm compiling the new app against the 10.2.8.sdk, so I'm wondering if that adds heft to the final product? ...Can anyone think of something I may be missing?
hello,