From: Tom Hughes Date: Tue, 26 Oct 2004 15:55:46 +0000 (+0000) Subject: Leave frame pointers in for the code in lib_replace_malloc.a as X-Git-Tag: svn/VALGRIND_3_0_0~1442 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14754555674ee89bd457d82647f3e39463012d4b;p=thirdparty%2Fvalgrind.git 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. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2854 --- diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index 3c21458318..7d5626715c 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -144,7 +144,7 @@ vg_inject_so_LDFLAGS = \ -Wl,-z,initfirst 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