discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debug vs Release modes like Xcode?


From: Nicola Pero
Subject: Re: Debug vs Release modes like Xcode?
Date: Fri, 3 Mar 2006 13:59:00 +0000 (GMT)

> If it produces such a big executable, then it's almost absolutely certain that
> you do have debug info enabled, when building the app under GNUstep, or 
> perhaps
> it is set up in that makefile - don't know which one without a peek at the
> makefile. Anyways, the general syntax:
> 
> $ make
>  - build normal release binary
> $ make debug=yes
>  - build a debugging version
> 
> For more info on the GNUstep-make system, see:
>  
> http://www.gnustep.org/resources/documentation/Developer/Make/Manual/make_toc.html
> 

Also, 

make debug=no strip=yes

will strip executables.  That will give you the most compact object files.  
Presumably you might want to do that if object size is of concern.

Thanks





reply via email to

[Prev in Thread] Current Thread [Next in Thread]