> 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



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to