From e5b8d638ea7293ae8a6d65386aefbb0d30aa254c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 28 Aug 2017 16:36:33 +0200 Subject: Update user guide --- guide/escript.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guide/escript.html') diff --git a/guide/escript.html b/guide/escript.html index b828e58..77cffef 100644 --- a/guide/escript.html +++ b/guide/escript.html @@ -33,7 +33,7 @@ div.navfooter{margin-bottom:1em}
-

Chapter 11. Escripts

Escripts are an alternative to release. They are meant to be +

Chapter 11. Escripts

Escripts are an alternative to release. They are meant to be used for small command line executables written in Erlang.

They are not self-contained, unlike releases Chapter 9, Releases. Erlang must be installed for them to run. This however means @@ -60,7 +60,7 @@ archive:

escript-zip::
 files to the zip archive ESCRIPT_ZIP_FILE.

11.5. Optimizing for size

Erlang.mk will by default compile BEAM files with debug information. You may want to disable this behavior to obtain smaller escript files. Simply set ERLC_OPTS to a value that -does not include +debug_info.

+does not include +debug_info.

-- cgit v1.2.3