On Mon, Jan 09, 2017 at 06:01:23PM +0800, Jin Guojie wrote: > For better performance.
The commit message needs to have actual data on what the measured performance improvements are really. > > Signed-off-by: Jin Guojie <jinguo...@loongson.cn> > --- > configure | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configure b/configure > index 218df87..8ebc286 100755 > --- a/configure > +++ b/configure > @@ -4753,9 +4753,9 @@ if test "$gcov" = "yes" ; then > CFLAGS="-fprofile-arcs -ftest-coverage -g $CFLAGS" > LDFLAGS="-fprofile-arcs -ftest-coverage $LDFLAGS" > elif test "$fortify_source" = "yes" ; then > - CFLAGS="-O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $CFLAGS" > + CFLAGS="-O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $CFLAGS" > elif test "$debug" = "no"; then > - CFLAGS="-O2 $CFLAGS" > + CFLAGS="-O3 $CFLAGS" > fi Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://entangle-photo.org -o- http://search.cpan.org/~danberr/ :|