Changeset 195ecf2b


Ignore:
Timestamp:
May 29, 2017, 4:46:34 PM (7 years ago)
Author:
Martin Hermant <martin.hermant@gmail.com>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
023e4b2
Parents:
1539d4b
Message:

wscript : remove emscripten default -Oz flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r1539d4b r195ecf2b  
    229229        import os.path
    230230        ctx.env.CFLAGS += [ '-I' + os.path.join(os.environ['EMSCRIPTEN'], 'system', 'include') ]
    231         ctx.env.CFLAGS += ['-Oz']
    232231        ctx.env.cprogram_PATTERN = "%s.js"
    233232        if (ctx.options.enable_atlas != True):
Note: See TracChangeset for help on using the changeset viewer.