[xiph-commits] r13429 - experimental/moritz/thread
moritz at svn.xiph.org
moritz at svn.xiph.org
Thu Aug 2 11:15:40 PDT 2007
Author: moritz
Date: 2007-08-02 11:15:40 -0700 (Thu, 02 Aug 2007)
New Revision: 13429
Modified:
experimental/moritz/thread/Makefile
Log:
Meh ... this wasn't supposed to be commented.
Modified: experimental/moritz/thread/Makefile
===================================================================
--- experimental/moritz/thread/Makefile 2007-08-02 17:59:16 UTC (rev 13428)
+++ experimental/moritz/thread/Makefile 2007-08-02 18:15:40 UTC (rev 13429)
@@ -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 += -DTHREAD_DEBUG=1
+CFLAGS += -DTHREAD_DEBUG=1
CFLAGS += -DTHREAD_CHECK_MUTEXES=1
CFLAGS += -DXALLOC_WITH_XASPRINTF=1
DEBUG ?= -g -ggdb
More information about the commits
mailing list