diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-12-08 10:30:56 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-12-15 16:20:14 +0100 |
commit | 4958fcdfa30fd9d8dc51ceafaab35721e61e72c7 (patch) | |
tree | 3da5554ef0bc24763a29695b0cb8d3925600c2ba | |
parent | 8d5f58120b6eeb73d1dc3c4df2ec6e12170888aa (diff) | |
download | samba-4958fcdfa30fd9d8dc51ceafaab35721e61e72c7.tar.gz samba-4958fcdfa30fd9d8dc51ceafaab35721e61e72c7.tar.xz samba-4958fcdfa30fd9d8dc51ceafaab35721e61e72c7.zip |
script/autobuild.py: build the samba target with --with-profiling-data
In future we may get also runtime tests for profiling...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Mon Dec 15 16:20:14 CET 2014 on sn-devel-104
-rwxr-xr-x | script/autobuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py index ba08e52e5c..1097316a10 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -44,7 +44,7 @@ tasks = { ("clean", "make clean", "text/plain") ], # We have 'test' before 'install' because, 'test' should work without 'install' - "samba" : [ ("configure", "./configure.developer --picky-developer ${PREFIX} --with-selftest-prefix=./bin/ab", "text/plain"), + "samba" : [ ("configure", "./configure.developer --picky-developer ${PREFIX} --with-selftest-prefix=./bin/ab --with-profiling-data", "text/plain"), ("make", "make -j", "text/plain"), ("test", "make test FAIL_IMMEDIATELY=1", "text/plain"), ("install", "make install", "text/plain"), |