diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-04-26 17:39:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 07:39:42 +1000 |
commit | 87c055b371e6388f73c88ad26f56bca67f6691f4 (patch) | |
tree | 2b1f46b1a57e6f824283008203e4b98477ab6d62 /docs/tools | |
parent | f7c298e2972e6a1eb8f9329272ed8e8c9549266c (diff) |
docs: remove --lite command line flag (#10386)
Diffstat (limited to 'docs/tools')
-rw-r--r-- | docs/tools/compiler.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/tools/compiler.md b/docs/tools/compiler.md index bd5a77e8f..7d47aecfb 100644 --- a/docs/tools/compiler.md +++ b/docs/tools/compiler.md @@ -37,8 +37,3 @@ You can use cross compilation by adding `--target` CLI argument, benefiting that you can create binaries for other platforms in single CI machine. Deno supports compiling to Windows x64, macOS x64, macOS ARM and Linux x64 currently. Use `deno compile --help` to get the full list about compilation targets. - -### Generating smaller binaries - -Once `--lite` argument is passed, `deno compile` will use a slimmed-down -runtime-only binary. |