Skip to content

Instantly share code, notes, and snippets.

@Lunaphied
Created July 8, 2016 05:57
Show Gist options
  • Save Lunaphied/f2f13008783631989e11a0ce7bf80de0 to your computer and use it in GitHub Desktop.
Save Lunaphied/f2f13008783631989e11a0ce7bf80de0 to your computer and use it in GitHub Desktop.
bld.program(cxxflags = ['-std=c++14', '-O2', '-Wall', '-fsigned-char','-fno-exceptions', '-fno-rtti'],
ldflags = ['--pre-js', bld.path.get_bld().abspath() + '/app.preload.js',
'-s', 'TOTAL_MEMORY=218103808','--separate-asm', '-O2',
'-Wall', '-fsigned-char','-fno-exceptions', '-fno-rtti', '-s', 'SAFE_HEAP=1','--emrun',
'-s', 'ASSERTIONS=1'],
includes=['../third_party/', '.'],
source=source,
target='app')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment