summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/release9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release b/doc/release
index 7ab0d91..5f12af1 100644
--- a/doc/release
+++ b/doc/release
@@ -1,5 +1,14 @@
+0. Pre-release build:
+
@@ Need -fPIC for Qt5 (-cxxflags "-fPIC")
+ ./dist.sh -j 10 -cxxflags -fPIC -ccp gcc-5 -cxxp g++-5 -complete -test \
+ -db pgsql -mssql-test-options --with-mssql-server=tcp:windows2008r2,1435 \
+ 2>&1 | tee dist.log
+
+ cd ~/work/odb/build/mingw-w64
+ ./build-dist -j 10 -rebuild -pack 2>&1 | tee build.log
+
1. Preparation
[ ] Test with the latest GCC snapshot.