- Timestamp:
- Jul 12, 2019, 12:27:44 AM (5 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
rbefee7a r36ab428 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)') 48 51 add_option_enable_disable(ctx, 'fftw3f', default = False, 49 52 help_str = 'compile with fftw3f instead of ooura (recommended)', … … 641 644 ctx.excl += ' **/.cache' 642 645 ctx.excl += ' **/**.zip **/**.tar.bz2' 643 ctx.excl += ' **.tar.bz2 '646 ctx.excl += ' **.tar.bz2**' 644 647 ctx.excl += ' **/doc/full/* **/doc/web/*' 645 648 ctx.excl += ' **/doc/full.cfg' … … 653 656 ctx.excl += ' **/.DS_Store' 654 657 ctx.excl += ' **/.travis.yml' 655 ctx.excl += ' **/.landscape.yml'656 658 ctx.excl += ' **/.appveyor.yml' 657 659 ctx.excl += ' **/.circleci/*'
Note: See TracChangeset
for help on using the changeset viewer.