deno/.github/workflows
Divy Srivastava cd1c63ad71
fix(build): don't export all symbols to dynamic symbol table (#16171)
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.
2022-10-06 21:20:00 +05:30
..
bench_cron.yml refactor(bench): continuous benchmarking improvements (#14821) 2022-06-28 17:51:05 +05:30
cargo_publish.yml chore: update deno automation to 0.12 (#15248) 2022-07-19 16:35:58 -04:00
ci.yml fix(build): don't export all symbols to dynamic symbol table (#16171) 2022-10-06 21:20:00 +05:30
start_release.yml chore: make the start_release workflow go faster (#15416) 2022-08-08 19:31:45 -04:00
version_bump.yml ci: use a known good version of deno instead of latest in publish scripts (#15037) 2022-07-02 00:22:07 -04:00
wpt_epoch.yml chore: use lock file for tooling scripts (#14253) 2022-04-13 18:51:16 +02:00