Remove gcc-specific optimization/debugging CFLAGS

This commit is contained in:
Kris Kennaway 2002-10-24 03:56:16 +00:00
parent fcd7f38f46
commit 9670fc7423

View file

@ -11,6 +11,6 @@ SRCS= opt_vinum.h request.h vinum.c vinumconfig.c vinumdaemon.c \
# If you remove -DVINUMDEBUG here, you must also do it in src/sbin/Makefile.
# Otherwise a number of ioctls will fail.
CFLAGS+= -DVINUMDEBUG -g -O
CFLAGS+= -DVINUMDEBUG
.include <bsd.kmod.mk>