diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-15 09:00:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-15 09:00:28 +0200 |
commit | d1b1d1f6b9583cd4fb08fb2995a2209cfdf627d2 (patch) | |
tree | b0638edb95713d97945ba2baefffe86b8c0cee83 /binary/linux-gnu/test/clang-cxx11 | |
parent | d845f920ec1f5cd6ef5a95366383e74725912441 (diff) |
Add GNU/Linux ODB binary build scripts
Diffstat (limited to 'binary/linux-gnu/test/clang-cxx11')
-rw-r--r-- | binary/linux-gnu/test/clang-cxx11 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/binary/linux-gnu/test/clang-cxx11 b/binary/linux-gnu/test/clang-cxx11 new file mode 100644 index 0000000..f2c6d97 --- /dev/null +++ b/binary/linux-gnu/test/clang-cxx11 @@ -0,0 +1,16 @@ +sqlite_build_options= +sqlite_use_options= + +mysql_build_options= +mysql_use_options="--with-mysql-host=192.168.0.5" + +mssql_build_options= +mssql_use_options="--with-mssql-server=tcp:windows2008r2,1435" + +with_qt=y +with_boost=y + +CC=clang +CXX=clang++ +CXXFLAGS="-std=c++11 -O0 -W -Wall -Wno-unknown-pragmas" + |