1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/.github
Ryan Dahl f7c298e297
Remove denort optimization (#10350)
denort is an optimization to "deno compile" to produce slightly smaller
output. It's a decent idea, but causes a lot of negative side-effects:

- Deno's link time is a source of constant agony both locally and in CI,
  denort doubles link time.
- The release process is a long and arduous undertaking with many manual
  steps. denort necessitates an additional manual zip + upload from M1
  apple computers.
- The "deno compile" interface is complicated with the "--lite" option.
  This is confusing for uses ("why wouldn't you want lite?").

The benefits of this feature do not outweigh the negatives. We must find
a different approach to optimizing "deno compile" output.
2021-04-26 13:28:38 -04:00
..
mtime_cache chore: update copyright headers (#10243) 2021-04-20 14:27:36 +09:00
workflows Remove denort optimization (#10350) 2021-04-26 13:28:38 -04:00
FUNDING.yml Add sponsor button (#5880) 2020-05-26 15:28:48 -04:00
PULL_REQUEST_TEMPLATE.md chore: rename default branch to main (#9503) 2021-02-19 15:58:19 +01:00
stale.yml chore: add context information to stale bot message text (#9037) 2021-01-07 14:46:36 +11:00