- Timestamp:
- Jun 29, 2019, 4:57:24 PM (6 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/crepe_org, fix/ffmpeg5, master
- Children:
- 36ab428, 63a7a43, 78af84a
- Parents:
- b1ed6ce (diff), cf31ff1 (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
rb1ed6ce r63fc1df 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)',
Note: See TracChangeset
for help on using the changeset viewer.