mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
docs: remove --lite command line flag (#10386)
This commit is contained in:
parent
f7c298e297
commit
87c055b371
1 changed files with 0 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue