Changeset 36ab428 for wscript


Ignore:
Timestamp:
Jul 12, 2019, 12:27:44 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe_org
Parents:
befee7a (diff), 63fc1df (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into feature/crepe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rbefee7a r36ab428  
    4646                    ' or without (--build-type=debug)' \
    4747                    ' compiler opimizations [default: release]')
     48    ctx.add_option('--debug', action = 'store_const',
     49            dest = 'build_type', const = 'debug',
     50            help = 'build in debug mode (see --build-type)')
    4851    add_option_enable_disable(ctx, 'fftw3f', default = False,
    4952            help_str = 'compile with fftw3f instead of ooura (recommended)',
     
    641644    ctx.excl += ' **/.cache'
    642645    ctx.excl += ' **/**.zip **/**.tar.bz2'
    643     ctx.excl += ' **.tar.bz2'
     646    ctx.excl += ' **.tar.bz2**'
    644647    ctx.excl += ' **/doc/full/* **/doc/web/*'
    645648    ctx.excl += ' **/doc/full.cfg'
     
    653656    ctx.excl += ' **/.DS_Store'
    654657    ctx.excl += ' **/.travis.yml'
    655     ctx.excl += ' **/.landscape.yml'
    656658    ctx.excl += ' **/.appveyor.yml'
    657659    ctx.excl += ' **/.circleci/*'
Note: See TracChangeset for help on using the changeset viewer.