|
From: Bob R. <bo...@br...> - 2004-10-01 18:28:25
|
Hi, For some reason memcheck/Makefile.am has the line, AM_CFLAGS += -O2 This makes it so that when I do, CFLAGS=-g ./configure --prefix=$PWD/foo that the memcheck files are still compiled with -g, even though this is not what I want. Is there a workaround for this that others are using? Thanks, Bob Rossi |