diff options
author | Kai Blin <kai@samba.org> | 2010-05-27 22:42:23 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-27 22:42:59 +0200 |
commit | 21e8548c0a3ea8fcca4e97a9b0f8b5a2cddf3d29 (patch) | |
tree | c48df9bf0975ed4d3bc5eaf6106bd5ab049abb8a | |
parent | abbf8efb24c3d079ff2f7e39b2bf8382efa2ad5c (diff) | |
download | samba-21e8548c0a3ea8fcca4e97a9b0f8b5a2cddf3d29.tar.gz samba-21e8548c0a3ea8fcca4e97a9b0f8b5a2cddf3d29.tar.bz2 samba-21e8548c0a3ea8fcca4e97a9b0f8b5a2cddf3d29.zip |
s3-waf: Also set "developer" env when building in developer mode
-rw-r--r-- | source3/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index 3bc9bd15f3..6dc05c8bf4 100644 --- a/source3/wscript +++ b/source3/wscript @@ -61,6 +61,7 @@ def configure(conf): conf.DEFINE('HAVE_CONFIG_H', 1, add_to_cflags=True) if Options.options.developer: conf.ADD_CFLAGS('-DDEVELOPER -DDEBUG_PASSWORD') + conv.env['developer'] = True if Options.options.with_swat: conf.env['build_swat'] = True |