Changeset c57ecd9 for wscript


Ignore:
Timestamp:
Feb 10, 2013, 1:51:31 AM (11 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:
a1da37f
Parents:
6ed0f4e
Message:

wscript: do not overwrite user flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r6ed0f4e rc57ecd9  
    5959  ctx.load('compiler_c')
    6060  ctx.load('waf_unit_test')
    61   ctx.env.CFLAGS = ['-g', '-Wall', '-Wextra']
     61  ctx.env.CFLAGS += ['-g', '-Wall', '-Wextra']
    6262
    6363  if Options.options.target_platform:
Note: See TracChangeset for help on using the changeset viewer.