Changeset 3a83821 for wscript


Ignore:
Timestamp:
Jul 1, 2020, 8:08:51 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
4c9aa80
Parents:
08d07ce (diff), eadb7f6 (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/timestretch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r08d07ce r3a83821  
    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)',
Note: See TracChangeset for help on using the changeset viewer.