diff options
author | Linus Nordberg <linus@nordu.net> | 2010-11-11 11:03:52 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-11-11 11:03:52 +0100 |
commit | ad38d44dd72139a53f82fc8d3f3fab4e4b1878f8 (patch) | |
tree | d2b1e1391af84294109e1a13f33f302b17b9fc83 /lib/Makefile.am | |
parent | 5e428810893515156023f647251a0d094562480c (diff) |
Disable debugging.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index fb1f0ae..7d047c0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -29,4 +29,4 @@ libradsec_la_SOURCES += \ endif libradsec_la_LDFLAGS = -version-info 0:0:0 -libradsec_la_CFLAGS = $(CFLAGS) -DDEBUG -DDEBUG_LEVENT +libradsec_la_CFLAGS = $(CFLAGS) #-DDEBUG -DDEBUG_LEVENT |