From 2bd4af64134220c78eff7513e4f97a10dbd51721 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 24 Jul 2003 19:53:02 +0000 Subject: Remove GCC-specific debugging option. OK'ed by: phk --- lib/libgeom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libgeom/Makefile b/lib/libgeom/Makefile index f34a592..e08bb4c 100644 --- a/lib/libgeom/Makefile +++ b/lib/libgeom/Makefile @@ -7,7 +7,7 @@ SRCS+= geom_xml2tree.c SRCS+= geom_ctl.c INCS= libgeom.h -CFLAGS += -I${.CURDIR} -g +CFLAGS += -I${.CURDIR} WARNS?= 3 -- cgit v1.1