|
From: Nicholas N. <nj...@ca...> - 2004-10-25 15:32:11
|
CVS commit by nethercote: Don't bother with -fomit-frame-pointer for the demangler. M +1 -1 Makefile.am 1.14 --- valgrind/coregrind/demangle/Makefile.am #1.13:1.14 @@ -2,5 +2,5 @@ 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 = \ |
|
From: Benjamin M. <ben...@cs...> - 2004-11-04 16:17:06
|
CVS commit by bmeyer: Changed to be consistant with the rest of the files M +1 -1 demangle.h 1.2 --- valgrind/coregrind/demangle/demangle.h #1.1.1.1:1.2 @@ -19,5 +19,5 @@ -#if !defined (DEMANGLE_H) +#ifndef DEMANGLE_H #define DEMANGLE_H |