Changeset fd70e5e


Ignore:
Timestamp:
Jul 16, 2012, 12:30:10 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:
17fc762, 55012c4
Parents:
9ccd89f
Message:

wscript: added -Wall -Wextra flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

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