From acbb8d3c3f3611625eced9caecc190539306f3c0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Jan 2012 14:58:00 +0200 Subject: Turn on optimization by default This triggest additional warnings which we want to detect early. --- dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist.sh b/dist.sh index d999581..562c84e 100755 --- a/dist.sh +++ b/dist.sh @@ -48,7 +48,7 @@ odb=$src_root/odb/odb/odb cxx=g++ cxxp=g++-4.5 -CXXFLAGS="-W -Wall -Wno-unknown-pragmas" +CXXFLAGS="-W -Wall -Wno-unknown-pragmas -O3" mysql_options= mysql_test_options= -- cgit v1.1