diff options
author | Olivier Deprez <olivier.deprez@arm.com> | 2019-12-17 09:02:50 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2019-12-17 09:02:50 +0000 |
commit | 52ff3b4c79a3a10a7ece02d914bc4609354df721 (patch) | |
tree | b92ea4c142cf8c7fc13a32ace28cae58b5d280ad /docs | |
parent | 985c8a36446d2959f417671fca6b819ebeea416b (diff) | |
parent | 535fa663bf3fb65868d2be6cd3297298a38dc9ea (diff) | |
download | platform_external_arm-trusted-firmware-52ff3b4c79a3a10a7ece02d914bc4609354df721.tar.gz platform_external_arm-trusted-firmware-52ff3b4c79a3a10a7ece02d914bc4609354df721.tar.bz2 platform_external_arm-trusted-firmware-52ff3b4c79a3a10a7ece02d914bc4609354df721.zip |
Merge "doc: Fix indentation in build options documentation" into integration
Diffstat (limited to 'docs')
-rw-r--r-- | docs/getting_started/build-options.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst index 8985e49ae..731b87624 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. |