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:
parent
d526f861c7
commit
a60889e006
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user