From 9670fc74238b780d20efd790dc06e33f03b1f766 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 24 Oct 2002 03:56:16 +0000 Subject: [PATCH] Remove gcc-specific optimization/debugging CFLAGS --- sys/modules/vinum/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/vinum/Makefile b/sys/modules/vinum/Makefile index f48c7a65903..663b3c5b63a 100644 --- a/sys/modules/vinum/Makefile +++ b/sys/modules/vinum/Makefile @@ -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