[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debug vs Release modes like Xcode?
From: |
Chris B. Vetter |
Subject: |
Re: Debug vs Release modes like Xcode? |
Date: |
Wed, 1 Mar 2006 11:43:36 +0100 |
On 2/28/06, Stephen Sebeny <sebeny.1@osu.edu> 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