diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-30 14:58:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-30 14:58:00 +0200 |
commit | acbb8d3c3f3611625eced9caecc190539306f3c0 (patch) | |
tree | 664a5a186df4c6f973754c0046d7bafd8656211e | |
parent | af99bee3599d7a0efdd5a12057ead973c02ee28b (diff) |
Turn on optimization by default
This triggest additional warnings which we want to detect early.
-rwxr-xr-x | dist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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= |