1
0
Fork 0
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:
Ryan Dahl 2021-04-26 17:39:42 -04:00 committed by GitHub
parent f7c298e297
commit 87c055b371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.