| 1 | [built-in options] |
| 2 | c_args = ['-pthread'] |
| 3 | cpp_args = ['-pthread'] |
| 4 | objc_args = ['-pthread'] |
| 5 | # -sPROXY_TO_PTHREAD link time flag always requires -pthread even during |
| 6 | # configuration so explicitly add the flag here. |
| 7 | c_link_args = ['-pthread','-sASYNCIFY=1','-sPROXY_TO_PTHREAD=1','-sFORCE_FILESYSTEM','-sALLOW_TABLE_GROWTH','-sTOTAL_MEMORY=2GB','-sWASM_BIGINT','-sEXPORT_ES6=1','-sASYNCIFY_IMPORTS=ffi_call_js','-sEXPORTED_RUNTIME_METHODS=addFunction,removeFunction,TTY,FS'] |
| 8 | cpp_link_args = ['-pthread','-sASYNCIFY=1','-sPROXY_TO_PTHREAD=1','-sFORCE_FILESYSTEM','-sALLOW_TABLE_GROWTH','-sTOTAL_MEMORY=2GB','-sWASM_BIGINT','-sEXPORT_ES6=1','-sASYNCIFY_IMPORTS=ffi_call_js','-sEXPORTED_RUNTIME_METHODS=addFunction,removeFunction,TTY,FS'] |
| 9 | |
| 10 | [project options] |
| 11 | # Workaround for failure to find glib-2.0 when building idef parser, |
| 12 | # this may be a bug in the cross-build setup used by emscripten: |
| 13 | hexagon_idef_parser = false |