| author | |
| committer | |
| log | 3854bb919808b8d86154495fee1acc7e645240a4 |
| tree | 57657866352691a2071b3b14fa6d2f8f01234cb1 |
| parent | 66fab05eba9114fd7ffdc53e9cd67333f377100c |
1 files changed, 2 insertions(+), 0 deletions(-)
src/link.cpp+2| ... | ... | @@ -1092,6 +1092,8 @@ static void construct_linker_job_wasm(LinkJob *lj) { |
| 1092 | 1092 | |
| 1093 | 1093 | lj->args.append("-error-limit=0"); |
| 1094 | 1094 | lj->args.append("--no-entry"); // So lld doesn't look for _start. |
| 1095 | lj->args.append("--allow-undefined"); | |
| 1096 | lj->args.append("--export-all"); | |
| 1095 | 1097 | lj->args.append("-o"); |
| 1096 | 1098 | lj->args.append(buf_ptr(&g->output_file_path)); |
| 1097 | 1099 |