Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rf862b85 r22e3ef1  
    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)')
    5148    add_option_enable_disable(ctx, 'fftw3f', default = False,
    5249            help_str = 'compile with fftw3f instead of ooura (recommended)',
     
    634631    ctx.excl += ' **/.cache'
    635632    ctx.excl += ' **/**.zip **/**.tar.bz2'
    636     ctx.excl += ' **.tar.bz2'
     633    ctx.excl += ' **.tar.bz2**'
    637634    ctx.excl += ' **/doc/full/* **/doc/web/*'
    638635    ctx.excl += ' **/doc/full.cfg'
     
    646643    ctx.excl += ' **/.DS_Store'
    647644    ctx.excl += ' **/.travis.yml'
    648     ctx.excl += ' **/.landscape.yml'
    649645    ctx.excl += ' **/.appveyor.yml'
    650646    ctx.excl += ' **/.circleci/*'
Note: See TracChangeset for help on using the changeset viewer.