Prepare release 0.7.0

Change-Id: I3d707d1f1684879fa9133ac87d1b53710465dea1
diff --git a/.jenkins.d/10-build.sh b/.jenkins.d/10-build.sh
index ee8f4ba..f2ba812 100755
--- a/.jenkins.d/10-build.sh
+++ b/.jenkins.d/10-build.sh
@@ -27,7 +27,7 @@
 fi
 
 # Build in debug mode with tests
-./waf --color=yes configure --debug --with-psync --with-chronosync --with-svs --with-tests $ASAN $COVERAGE
+./waf --color=yes configure --debug --with-chronosync --with-psync --with-svs --with-tests $ASAN $COVERAGE
 ./waf --color=yes build
 
 # (tests will be run against the debug version)