s3-waf Don't enable profiling by default
authorAndrew Bartlett <abartlet@samba.org>
Wed, 27 Apr 2011 08:55:24 +0000 (18:55 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 27 Apr 2011 11:10:30 +0000 (21:10 +1000)
This is disabled by default in the s3-autoconf build.

Andrew Bartlett

source3/wscript

index d9cc0c6124263e323e3a72fe693f7d92de4afc9e..45e60aae7c552cd5e8c92063d92bc3a45b3c2c25 100644 (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')