gnustep-dev
[Top][All Lists]
Advanced

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

Re: Corrupted heap


From: David Chisnall
Subject: Re: Corrupted heap
Date: Thu, 18 Mar 2010 12:36:15 +0000

On 18 Mar 2010, at 12:33, Vincent Richomme wrote:

> Sorry to ask this very stupid question but how do I remove the -O2 flags 
> and add -Wl,-Map,libgnustep-gui.map to LDFLAGS.
> I tried to pass it to configure then make with no success, I tried

GNUstep Make, frustratingly, has no way of removing flags.  You can, however, 
build like this:

$ make CFLAGS=-g OBJCFLAGS=-g LDGLAGS=-g-Wl,-Map,libgnustep-gui.map

This will add these flags to the default ones.

David

-- Sent from my Cray X1





reply via email to

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