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
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
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
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
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