Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 1999 08:39:12 -0500 (EST)
From:      Mikhail Teterin <mi@kot.ne.mediaone.net>
To:        stable@freebsd.org
Subject:   vinum overwrites optimization options in CFLAGS
Message-ID:  <199912171339.IAA86316@rtfm.newton>

next in thread | raw e-mail | index | archive | help
Hello!

I wonder, is this intentional, or an oversight:

cc -O2 -fexpensive-optimizations -pipe  -DVINUMDEBUG \
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^	- my options, from /etc/make.conf
	-g -O  -DKERNEL -Wreturn-type -Wcomment -Wredundant-decls \
	^^^^^	-- added by Makefile (?)
	-Wimplicit  -Wnested-externs -Wstrict-prototypes \
	-Wmissing-prototypes  -Wpointer-arith -Winline -Wuninitialized \
	-Wformat -Wunused  -fformat-extensions -ansi -DKLD_MODULE \
	-nostdinc -I-  -I/usr/obj/usr/src/sys/modules/vinum \
	-I/usr/obj/usr/src/sys/modules/vinum/@ \
	-I/usr/obj/usr/src/tmp/usr/include -c \
		/usr/src/sys/modules/vinum/../../dev/vinum/vinumconfig.c

	-mi


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912171339.IAA86316>