Re: app size
Re: app size
- Subject: Re: app size
- From: Mike Davis <email@hidden>
- Date: Fri, 25 Jan 2002 13:37:10 -0500
On Friday, January 25, 2002, at 11:35 AM, cocoa-dev-
email@hidden wrote:
Date: Fri, 25 Jan 2002 13:16:40 +0100
Subject: Re: app size
Cc: email@hidden
To: Thilo Ettelt <email@hidden>
From: =?ISO-8859-1?Q?St=E9phane_Sudre?= <email@hidden>
On Friday, January 25, 2002, at 11:26 AM, Thilo Ettelt wrote:
Hi!
I have noticed that my simple Euro converter is 982k big. Is it
possible to make it smaller?
Turn -O3 optimisation on, if you don't have it set to that. Debug will
still build with -O0.
Maybe.
In Project Builder:
- select the (Vertical) Targets Tab
- select your Target
- select the Build Styles: Deployment
- select the (Horizontal) Build Setting Tab
- uncheck: Generate debugging symbols
In the Deployment target set DEBUGGING_SYMBOLS = NO. No need to turn
debug off for all targets.
- clean the active targett using the (Command + Shift + K)
- build your project (Command + B)