summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-20 00:45:03 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-20 00:45:03 +0000
commitef97e32ba2ed98b791af4504103b5f0378bb6b9b (patch)
tree35d898a850784e7f5d8c029bbb9b6d461f69b130 /src/Makefile.am
parent67ff22450f3fc7a9b933cc0e465d7f5083e2b47f (diff)
* bump version number
* make nss-mdns shut up * deal with OOM * other cleanups git-svn-id: file:///home/lennart/svn/public/nss-mdns/trunk@87 0ee8848e-81ea-0310-a63a-f631d1a40d77
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6e537cf..231b0b6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,7 +22,7 @@ AM_CFLAGS = \
-DRESOLV_CONF_FILE=\"$(sysconfdir)/resolv.conf\" \
-DAVAHI_SOCKET=\"$(localstatedir)/run/avahi-daemon/socket\"
-#-DNDEBUG=1
+#AM_CFLAGS += -DNDEBUG=1 -Os
# This cool debug trap works on i386/gcc only
AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")'