summaryrefslogtreecommitdiff
path: root/egg
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@bigon.be>2013-06-21 15:21:05 +0200
committerLaurent Bigonville <bigon@bigon.be>2013-12-16 19:58:26 +0100
commita649665e3ad1a2c2fa70fd45b08a8b956a535825 (patch)
tree2a13a11d581df0185eb4788924ba5b85c3a00e7c /egg
parent8dbf7d46daa7516319da1862687d47b82fbd3098 (diff)
downloadgcr-a649665e3ad1a2c2fa70fd45b08a8b956a535825.tar.gz
Allow valgrind support to be completely disabled
Valgrind macros will still be enabled by default https://bugzilla.gnome.org/show_bug.cgi?id=702648
Diffstat (limited to 'egg')
-rw-r--r--egg/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/egg/Makefile.am b/egg/Makefile.am
index 0e49fc8..e826a2c 100644
--- a/egg/Makefile.am
+++ b/egg/Makefile.am
@@ -10,8 +10,7 @@ noinst_LTLIBRARIES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
- -I$(top_srcdir)/build \
- -DWITH_VALGRIND
+ -I$(top_srcdir)/build
libegg_la_CFLAGS = \
$(GLIB_CFLAGS) \