From b81b3e2e214c079298527d5da7e4462805a5bc45 Mon Sep 17 00:00:00 2001 From: Monty Date: Thu, 21 Jun 2007 23:07:33 +0000 Subject: Eliminate memory leak bugs in Tremor mailine (closes bug 1127) Eliminate electric fence from debug Makefile; valgrind supercedes. git-svn-id: https://svn.xiph.org/trunk/Tremor@13164 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f7b19e8..d14081f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ example: $(MAKE) ivorbisfile_example debug: - $(MAKE) all CFLAGS="@DEBUG@" LDFLAGS="-lefence" + $(MAKE) all CFLAGS="@DEBUG@" profile: $(MAKE) all CFLAGS="@PROFILE@" -- cgit v1.2.1