mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +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. |
||
---|---|---|
.. | ||
bench_cron.yml | ||
cargo_publish.yml | ||
ci.yml | ||
start_release.yml | ||
version_bump.yml | ||
wpt_epoch.yml |