|
From: Tom H. <th...@cy...> - 2004-10-26 15:55:50
|
CVS commit by thughes: Leave frame pointers in for the code in lib_replace_malloc.a as valgrind likes to be able to trace the stack out of malloc etc. M +1 -1 Makefile.am 1.100 --- valgrind/coregrind/Makefile.am #1.99:1.100 @@ -145,5 +145,5 @@ lib_replace_malloc_a_SOURCES = vg_replace_malloc.c -lib_replace_malloc_a_CFLAGS = $(AM_CFLAGS) -fpic +lib_replace_malloc_a_CFLAGS = $(AM_CFLAGS) -fpic -fno-omit-frame-pointer MANUAL_DEPS = $(noinst_HEADERS) $(include_HEADERS) $(inplacedir)/libpthread.so.0 |