From 5aa1ea448a3cdf321138ff9b1a1c17e0b4d2fd3d Mon Sep 17 00:00:00 2001 From: lemoer Date: Sat, 14 Mar 2020 17:34:52 +0100 Subject: [PATCH] docs --- docs/user/getting_started.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index b48c2674..502cca42 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -212,6 +212,12 @@ GLUON_DEBUG Setting ``GLUON_DEBUG=1`` will provide firmware images including debugging symbols usable with GDB or similar tools. Requires a device or target with at least 16 MB of flash space, e.g. `x86-64`. Unset by default. +GLUON_DO_NOT_MINIFY + Setting ``GLUON_DO_NOT_MINIFY`` will omit the minification of scripts during the build process. + This setting is handy if human readable scripts on the devices are desired for development purposes. + Be aware, that this will increase the size of the resulting images and is therefore not suitable + for devices with small flash chips. + GLUON_DEVICES List of devices to build. The list contains the Gluon profile name of a device, the profile name is the first parameter of the ``device`` command in a target file.