[xiph-commits] r13430 - experimental/moritz/xalloc
moritz at svn.xiph.org
moritz at svn.xiph.org
Thu Aug 2 11:16:54 PDT 2007
Author: moritz
Date: 2007-08-02 11:16:54 -0700 (Thu, 02 Aug 2007)
New Revision: 13430
Modified:
experimental/moritz/xalloc/Makefile
Log:
Grrr.
Modified: experimental/moritz/xalloc/Makefile
===================================================================
--- experimental/moritz/xalloc/Makefile 2007-08-02 18:15:40 UTC (rev 13429)
+++ experimental/moritz/xalloc/Makefile 2007-08-02 18:16:54 UTC (rev 13430)
@@ -11,7 +11,7 @@
CC ?= gcc
CFLAGS ?= -O2 -pipe
CFLAGS += -DHAVE_CONFIG_H=1 -fstrict-aliasing -Wall -W -ansi -pedantic -Wwrite-strings -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes $(THREADS)
-#CFLAGS += -DXALLOC_DEBUG=1
+CFLAGS += -DXALLOC_DEBUG=1
CFLAGS += -DXALLOC_WITH_XASPRINTF=1
DEBUG ?= -g -ggdb
INCLUDEFLAGS = $(COMPAT_INCLUDES)
More information about the commits
mailing list