[tracker] tracker-fts: Disable debug code



commit d80e82d972019696aeadf16dacdda1c0c7250fb0
Author: Jürg Billeter <j bitron ch>
Date:   Thu Jul 16 11:36:19 2009 +0200

    tracker-fts: Disable debug code
    
    Noticed by Benjamin Otte.

 src/tracker-fts/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-fts/Makefile.am b/src/tracker-fts/Makefile.am
index 934c82e..0304d48 100644
--- a/src/tracker-fts/Makefile.am
+++ b/src/tracker-fts/Makefile.am
@@ -6,7 +6,8 @@ INCLUDES =							\
 	$(GLIB2_CFLAGS)						\
 	$(GCOV_CFLAGS)						\
 	$(PANGO_CFLAGS)						\
-	$(SQLITE3_CFLAGS)
+	$(SQLITE3_CFLAGS)					\
+	-DNDEBUG
 
 module_flags = -module -avoid-version -no-undefined
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]