Re: CFLAGS=-O and WARN=5

2002-08-20 Thread Giorgos Keramidas
On 2002-08-14 18:58 +, Jun Kuriyama wrote: > When I tried make world with CFLAGS="-g -pipe" in make.conf, I got > a result below. > ===> bin/df > cc -pipe -g -I/usr/src/bin/df/../../sbin/mount -Werror -Wall -Wno-format-y2k -W >-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wret

Re: CFLAGS=-O and WARN=5

2002-08-15 Thread Alex Zepeda
On Thu, Aug 15, 2002 at 08:07:29AM +0900, Jun Kuriyama wrote: > What I want to know is, our buildworld does not been supported without > -O or not. AFAIK it world should compile with -O (I seem to remember parts breaking with -O0 for instance). - alex To Unsubscribe: send mail to [EMAIL PROTE

Re: CFLAGS=-O and WARN=5

2002-08-14 Thread Jun Kuriyama
At Wed, 14 Aug 2002 12:19:52 + (UTC), Philip Reynolds wrote: > The problem here, as is fairly self-evident is that you cannot > compile with -Wuninitialized without a -O flag because it produces > warnings that can only be seen through optomisation (it's got to do > with automatic variables, s

Re: CFLAGS=-O and WARN=5

2002-08-14 Thread Philip Reynolds
Jun Kuriyama <[EMAIL PROTECTED]> 22 lines of wisdom included: > > When I tried make world with CFLAGS="-g -pipe" in make.conf, I got > a result below. > > Is buildworld without CFLAGS=-O not supported? > > ===> bin/df > cc -pipe -g -I/usr/src/bin/df/../../sbin/mount -Werror -Wall -Wno-format

CFLAGS=-O and WARN=5

2002-08-14 Thread Jun Kuriyama
When I tried make world with CFLAGS="-g -pipe" in make.conf, I got a result below. Is buildworld without CFLAGS=-O not supported? ===> bin/df cc -pipe -g -I/usr/src/bin/df/../../sbin/mount -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-typ