DragonFly users List (threaded) for 2008-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Hammer on snapshot cd's
:> cc -Wall x.c -c -O2
:> x.c: In function 'fubar2':
:> x.c:16: warning: 'error' is used uninitialized in this function
:>
:> (edit so *valuep is set to 0)
:>
:> cc -Wall x.c -c -O2
:> (no warning reported)
:
:So you need to go -O2? -O alone doesn't work? Maybe we should -O2
:after the release then :)
:
:cheers
: simon
No, we will always stick to -O. GCC is a moving target too, even if
-O2 works now there is a high chance it will break something in future
GCC rolls.
-Matt
Matthew Dillon
<dillon@backplane.com>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]