diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-21 09:12:55 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-21 09:12:55 +0000 |
| commit | 2bf2c409730da51e4dde58e3d0918319715db7d7 (patch) | |
| tree | e3515e082601a8b2cb7afcf62be45beda34c6288 /wscript | |
| parent | 6bd774341aadd4ffbe508d6512d2a2d250909a0a (diff) | |
| parent | 6dc5384632515dbbb6d2426b63eb00b342522dd9 (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,7 +41,7 @@ print('Version: %s' % VERSION) def options(opt): opt.load('compiler_cxx') opt.load('winres') - + opt.add_option('--enable-debug', action='store_true', default=False, help='build with debugging information and without optimisation') opt.add_option('--disable-gui', action='store_true', default=False, help='disable building of GUI tools') opt.add_option('--disable-tests', action='store_true', default=False, help='disable building of tests') @@ -63,6 +63,7 @@ def options(opt): def configure(conf): conf.load('compiler_cxx') + conf.load('clang_compilation_database', tooldir=['waf-tools']) if conf.options.target_windows: conf.load('winres') |
