On 2/28/06, Stephen Sebeny <[EMAIL PROTECTED]> wrote: [...] > Yet when building with Release mode it produces a 44 K executable file. I > noticed that when I build this same project on Solaris using GNUstep it > 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? [...]
Did you add MAKEFLAGS += strip=yes debug=no in GNUmakefile.preamble ? -- Chris _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
