1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s3-waf Don't enable profiling by default

This is disabled by default in the s3-autoconf build.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2011-04-27 18:55:24 +10:00
parent d526f861c7
commit a60889e006

View File

@ -59,7 +59,7 @@ def set_options(opt):
opt.SAMBA3_ADD_OPTION('syslog')
opt.SAMBA3_ADD_OPTION('automount')
opt.SAMBA3_ADD_OPTION('aio-support')
opt.SAMBA3_ADD_OPTION('profiling-data')
opt.SAMBA3_ADD_OPTION('profiling-data', default=False)
opt.SAMBA3_ADD_OPTION('cluster-support')