From 535fa663bf3fb65868d2be6cd3297298a38dc9ea Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Tue, 17 Dec 2019 09:38:08 +0100 Subject: [PATCH] doc: Fix indentation in build options documentation Sphinx was showing the following warning message: docs/getting_started/build-options.rst:200: WARNING: Bullet list ends without a blank line; unexpected unindent. Change-Id: Iad5d49c1e0d25dd623ad15bce1af31babf860c03 Signed-off-by: Sandrine Bailleux --- docs/getting_started/build-options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst index 051586bc3..f082bee87 100644 --- a/docs/getting_started/build-options.rst +++ b/docs/getting_started/build-options.rst @@ -196,7 +196,7 @@ Common build options builds, but this behaviour can be overridden in each platform's Makefile or in the build command line. - - ``ENABLE_LTO``: Boolean option to enable Link Time Optimization (LTO) +- ``ENABLE_LTO``: Boolean option to enable Link Time Optimization (LTO) support in GCC for TF-A. This option is currently only supported for AArch64. Default is 0.