diff options
author | kris <kris@FreeBSD.org> | 2002-10-24 03:56:16 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-24 03:56:16 +0000 |
commit | aa8a30727169eb2276db852bfd7bf40cf0f235fd (patch) | |
tree | 3241ca3824f3a8bdea5784f83879871071d95b2a /sys/modules/vinum | |
parent | 48764d41ecc4906a74830fab68eedc30e9116457 (diff) | |
download | FreeBSD-src-aa8a30727169eb2276db852bfd7bf40cf0f235fd.zip FreeBSD-src-aa8a30727169eb2276db852bfd7bf40cf0f235fd.tar.gz |
Remove gcc-specific optimization/debugging CFLAGS
Diffstat (limited to 'sys/modules/vinum')
-rw-r--r-- | sys/modules/vinum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.kmod.mk> |