From 020936c8c3375e1efe44a3087c891a4b2cbfe044 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 22 Jun 2010 10:49:41 +0200 Subject: ipset 5: last new feature added - the hash types can now store protocol together port, not only port - lots of fixes everywhere: parser, error reporting, manpage The last bits on the todo list before announcing ipset 5: - recheck all the error messages - add possibly more tests - polish manpage --- Make_global.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Make_global.am') diff --git a/Make_global.am b/Make_global.am index 857d0de..5b2ec6f 100644 --- a/Make_global.am +++ b/Make_global.am @@ -38,12 +38,11 @@ AM_CFLAGS = -std=gnu99 \ -Wundef \ -Wwrite-strings \ -Wno-missing-field-initializers \ - -Werror \ - -g -ggdb -gdwarf-2 -g3 + -Werror endif if ENABLE_DEBUG -AM_CFLAGS += -DIPSET_DEBUG +AM_CFLAGS += -g -ggdb -gdwarf-2 -g3 -DIPSET_DEBUG endif if ! ENABLE_VERBOSE -- cgit v1.2.3