deno/.github
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
..
mtime_cache chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
workflows fix(build): don't export all symbols to dynamic symbol table (#16171) 2022-10-06 21:20:00 +05:30
PULL_REQUEST_TEMPLATE.md chore: rename default branch to main (#9503) 2021-02-19 15:58:19 +01:00
stale.yml chore: add perf and needs investigation to stalebot (#15381) 2022-08-02 10:40:14 +10:00