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



_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to