Changeset 17fc762


Ignore:
Timestamp:
Jul 16, 2012, 12:31:07 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:
10a6f7d
Parents:
9ccd89f (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' of 192.168.1.16:projects/aubio/aubio into develop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r9ccd89f r17fc762  
    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.