mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
cd1c63ad71
Currently, we use `-rdynamic` for exporting Node API symbols to the symbol table. `-rdynamic` will export *all* symbols, that means previously unused functions will not be optimized away introducing a lot of binary bloat. This patch uses `-exported_symbol` and `--export-dynamic-symbol` link flags (not as universal as `-rdynamic`) to only mark Node API symbols to be put in the dynamic symbol table. |
||
---|---|---|
.. | ||
mtime_cache | ||
workflows | ||
PULL_REQUEST_TEMPLATE.md | ||
stale.yml |