autobuild: run the samba-o3 target by default
[bbaumbach/samba-autobuild/.git] / script / autobuild.py
index 7c572cd12a40f0097808778c5fd32d1a18b212d4..0af816637754ecc1b73e41d0dc49ba88aa32bb19 100755 (executable)
@@ -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"