Changeset 6e5c03a


Ignore:
Timestamp:
May 30, 2017, 1:47:16 AM (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:
51ca615
Parents:
2f5f1e4
Message:

sett —memory-init-file = 0 also for tests and examples to make them runnable with node

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r2f5f1e4 r6e5c03a  
    249249        ctx.env.LINKFLAGS_cshlib += ['-s','EXPORTED_FUNCTIONS=%s'%c_mangled_names]
    250250        # put memory file inside generated js files
    251         ctx.env.LINKFLAGS_cshlib+=['--memory-init-file','0']
     251        ctx.env.LINKFLAGS+=['--memory-init-file','0']
    252252        ctx.env.cprogram_PATTERN = "%s.js"
    253253        ctx.env.cstlib_PATTERN = '%s.a'
Note: See TracChangeset for help on using the changeset viewer.