Changeset 55012c4


Ignore:
Timestamp:
Jul 16, 2012, 12:30:36 AM (12 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:
614963a
Parents:
b0ac9cd (diff), fd70e5e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'develop' into io

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rb0ac9cd r55012c4  
    6161  ctx.check_tool('gnu_dirs') # helpful for autotools transition and .pc generation
    6262  ctx.load('waf_unit_test')
    63   ctx.env.CFLAGS = ['-g']
     63  ctx.env.CFLAGS = ['-g', '-Wall', '-Wextra']
    6464
    6565  if Options.options.target_platform:
Note: See TracChangeset for help on using the changeset viewer.