Changeset b0353ab
- Timestamp:
- Oct 1, 2017, 12:47:14 AM (7 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
- Children:
- 5266bba
- Parents:
- bf6df1c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
rbf6df1c rb0353ab 149 149 else: 150 150 # enable debug symbols 151 ctx.env.CFLAGS += ['/Z7', '/FS'] 151 ctx.env.CFLAGS += ['/Z7'] 152 # /FS flag available in msvc >= 12 (2013) 153 if 'MSVC_VERSION' in ctx.env and ctx.env.MSVC_VERSION >= 12: 154 ctx.env.CFLAGS += ['/FS'] 152 155 ctx.env.LINKFLAGS += ['/DEBUG', '/INCREMENTAL:NO'] 153 156 # configure warnings
Note: See TracChangeset
for help on using the changeset viewer.