summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2016-04-11 10:23:00 +0200
committerMichael Adam <obnox@samba.org>2016-05-13 10:16:17 +0200
commit23178004888c1e819105919daf38c74ed82b1a5a (patch)
treefa9d87ad89869ce16b698938599beb3097b9b6cc /script
parentcc9d38027126e32d89d9486a6d923c1c10ea25c7 (diff)
downloadsamba-23178004888c1e819105919daf38c74ed82b1a5a.tar.gz
autobuild: run the samba-o3 target by default
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 7c572cd12a4..0af81663775 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -39,7 +39,7 @@ builddirs = {
"retry" : "."
}
-defaulttasks = [ "ctdb", "samba", "samba-xc", "samba-ctdb", "samba-libs", "samba-static", "ldb", "tdb", "talloc", "replace", "tevent", "pidl" ]
+defaulttasks = [ "ctdb", "samba", "samba-xc", "samba-o3", "samba-ctdb", "samba-libs", "samba-static", "ldb", "tdb", "talloc", "replace", "tevent", "pidl" ]
samba_configure_params = " --picky-developer ${PREFIX} ${EXTRA_PYTHON} --with-profiling-data"