Changeset d0cb3d8


Ignore:
Timestamp:
Apr 23, 2016, 8:02:27 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:
bef979a
Parents:
aa5237d
Message:

tests/wscript_build: no -g for msvc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/wscript_build

    raa5237d rd0cb3d8  
    22
    33lib = 'm' if 'CL.exe' not in ctx.env.CC[0] else None
     4cflags = ['-g'] if 'CL.exe' not in ctx.env.CC[0] else None
    45
    56uselib = []
     
    2627            install_path = None,
    2728            defines = 'AUBIO_UNSTABLE_API=1',
    28             cflags = ['-g'],
     29            cflags = cflags,
    2930            use = 'aubio')
Note: See TracChangeset for help on using the changeset viewer.