From aa8a30727169eb2276db852bfd7bf40cf0f235fd Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 24 Oct 2002 03:56:16 +0000 Subject: Remove gcc-specific optimization/debugging CFLAGS --- sys/modules/vinum/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/modules/vinum/Makefile b/sys/modules/vinum/Makefile index f48c7a6..663b3c5 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 -- cgit v1.1