From 87c055b371e6388f73c88ad26f56bca67f6691f4 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 26 Apr 2021 17:39:42 -0400 Subject: [PATCH] docs: remove --lite command line flag (#10386) --- docs/tools/compiler.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/tools/compiler.md b/docs/tools/compiler.md index bd5a77e8f6..7d47aecfb3 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.