diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-02 11:14:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-02 11:14:15 +0100 |
| commit | f51e1ec6f5cacd05196ce7625709c18f6b38f63e (patch) | |
| tree | 691af2f59bfbfbcebb20e5a4ee17a1b2c0dd350a /cscript | |
| parent | 88b54e4e05ae5d5702e8bfdbbd35711e67dce410 (diff) | |
Add debug option to cscript.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ def build(target): cmd += ' --target-windows' elif target.platform == 'osx': cmd += ' --osx' + + if target.debug: + cmd += ' --enable-debug' + target.command(cmd) target.command('./waf build install') |
