Changeset 5bba662


Ignore:
Timestamp:
May 15, 2016, 11:39:48 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
6fb0f07
Parents:
b8ea001
Message:

wscript: add /MD and /D_CRT_SECURE_NO_WARNINGS on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rb8ea001 r5bba662  
    120120        ctx.env.CFLAGS += ['-g', '-Wall', '-Wextra']
    121121    else:
    122         ctx.env.CFLAGS += ['/W4']
     122        ctx.env.CFLAGS += ['/W4', '/MD']
     123        ctx.env.CFLAGS += ['/D_CRT_SECURE_NO_WARNINGS']
    123124
    124125    ctx.check_cc(lib='m', uselib_store='M', mandatory=False)
Note: See TracChangeset for help on using the changeset viewer.