- Timestamp:
- Dec 24, 2016, 7:10:40 PM (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:
- a6ba5d9f
- Parents:
- dae3292
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
rdae3292 rc04346d 140 140 # enable debug symbols and configure warnings 141 141 ctx.env.CFLAGS += ['-g', '-Wall', '-Wextra'] 142 if ctx.options.build_type == "release": 143 # set optimization level 144 ctx.env.CFLAGS += ['-O2'] 145 else: 142 if ctx.options.build_type == "debug": 143 # no optimization in debug mode 146 144 ctx.env.CFLAGS += ['-O0'] 147 145 else:
Note: See TracChangeset
for help on using the changeset viewer.