Changes in wscript [f862b85:22e3ef1]
Legend:
- Unmodified
- Added
- Removed
-
wscript
rf862b85 r22e3ef1 46 46 ' or without (--build-type=debug)' \ 47 47 ' 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)')51 48 add_option_enable_disable(ctx, 'fftw3f', default = False, 52 49 help_str = 'compile with fftw3f instead of ooura (recommended)', … … 634 631 ctx.excl += ' **/.cache' 635 632 ctx.excl += ' **/**.zip **/**.tar.bz2' 636 ctx.excl += ' **.tar.bz2 '633 ctx.excl += ' **.tar.bz2**' 637 634 ctx.excl += ' **/doc/full/* **/doc/web/*' 638 635 ctx.excl += ' **/doc/full.cfg' … … 646 643 ctx.excl += ' **/.DS_Store' 647 644 ctx.excl += ' **/.travis.yml' 648 ctx.excl += ' **/.landscape.yml'649 645 ctx.excl += ' **/.appveyor.yml' 650 646 ctx.excl += ' **/.circleci/*'
Note: See TracChangeset
for help on using the changeset viewer.