- Timestamp:
- Dec 24, 2016, 10:45:22 AM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
- Children:
- dae3292
- Parents:
- 578d3a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r578d3a2 rfb6a0ff 52 52 choices = ('debug', 'release'), 53 53 dest = 'build_type', 54 help = 'whether to compile with (--build _type=release) or without (--build_type=debug) '\54 help = 'whether to compile with (--build-type=release) or without (--build-type=debug) '\ 55 55 ' compiler opimizations [default: release]') 56 56 add_option_enable_disable(ctx, 'fftw3f', default = False, … … 143 143 # set optimization level 144 144 ctx.env.CFLAGS += ['-O2'] 145 else: 146 ctx.env.CFLAGS += ['-O0'] 145 147 else: 146 148 # enable debug symbols
Note: See TracChangeset
for help on using the changeset viewer.