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: Adam Fedor
Subject: Re: Debug vs Release modes like Xcode?
Date: Thu, 02 Mar 2006 10:51:04 -0700

On 2006-02-28 13:33:11 -0700 Stephen Sebeny <sebeny.1@osu.edu> wrote:

produces a 600+ K executable file. So I am assuming that this is the
equivalent to the debug mode in Xcode. Is there some switch I need to add to the GNUstep makefile for my project to tell it to go to relase mode? Or is there no equivalent? Or do I need to use some other tool to manually strip out debug info out of the executable? Please let me know, or better yet
point me in the direction of the relevant information. Thanks!

Typically, debug mode is off by default in GNUstep. You'd have to specifically turn it on with

make debug=yes

but there could be other reasons your file is big - maybe just operating system differences, or perhaps you have CFLAGS=-g in your environment which GNUstep picks up.





reply via email to

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