docs
This commit is contained in:
parent
193af181a8
commit
5aa1ea448a
@ -212,6 +212,12 @@ GLUON_DEBUG
|
|||||||
Setting ``GLUON_DEBUG=1`` will provide firmware images including debugging symbols usable with GDB or
|
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.
|
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
|
GLUON_DEVICES
|
||||||
List of devices to build. The list contains the Gluon profile name of a device, the profile
|
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.
|
name is the first parameter of the ``device`` command in a target file.
|
||||||
|
Loading…
Reference in New Issue
Block a user