]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Don't bother with -fomit-frame-pointer for the demangler.
authorNicholas Nethercote <n.nethercote@gmail.com>
Mon, 25 Oct 2004 15:32:09 +0000 (15:32 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Mon, 25 Oct 2004 15:32:09 +0000 (15:32 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2830

coregrind/demangle/Makefile.am

index 9aa1b3ad9baeccff5e81e8f8f02ef862f37f3810..48cb75220b05dab2955126cecb12cfeb2e555a3c 100644 (file)
@@ -1,7 +1,7 @@
 include $(top_srcdir)/Makefile.all.am
 include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
 
-AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -O -fomit-frame-pointer -g
+AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -O -g
 
 noinst_HEADERS = \
        ansidecl.h     \