Remove GCC-specific debugging option.

OK'ed by:	phk
This commit is contained in:
Mark Murray 2003-07-24 19:53:02 +00:00
parent ebb9f0efa8
commit d368bc9f59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117979

View File

@ -7,7 +7,7 @@ SRCS+= geom_xml2tree.c
SRCS+= geom_ctl.c
INCS= libgeom.h
CFLAGS += -I${.CURDIR} -g
CFLAGS += -I${.CURDIR}
WARNS?= 3