Re: app size
Re: app size
- Subject: Re: app size
- From: Ondra Cada <email@hidden>
- Date: Fri, 25 Jan 2002 16:00:03 +0100
Thilo,
>
>>>>> Stephane Sudre (SS) wrote at Fri, 25 Jan 2002 13:16:40 +0100:
SS> >I have noticed that my simple Euro converter is 982k big. Is it
SS> >possible to make it smaller?
SS>
SS> Maybe.
SS>
SS> In Project Builder:
SS> - select the (Vertical) Targets Tab
SS> - select your Target
SS> - select the Build Styles: Deployment
SS> - select the (Horizontal) Build Setting Tab
SS> - uncheck: Generate debugging symbols
SS>
SS> - clean the active targett using the (Command + Shift + K)
SS> - build your project (Command + B)
Or just strip it, which looks kinda simpler:
% strip .../EuroCnv.app/Contents/MacOS/EuroCnv
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
References: | |
| >Re: app size (From: Stéphane Sudre <email@hidden>) |