summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-29 11:37:40 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-30 16:32:16 +0100
commit0b69f06d76a0454f4564b2bc31f06811fcf36994 (patch)
tree9429e3aeef30bf4558fa081aac1c291a703bee0d /documentation/ref-manual/ref-variables.xml
parent1532bfdcf0de5715b1cd9e1710d5e41a57504ad2 (diff)
downloadpoky-0b69f06d76a0454f4564b2bc31f06811fcf36994.tar.gz
ref-manual: Added BUILD_OPTIMIZATION variable to glossary.
(From yocto-docs rev: 9fbeed1e440909a9d624a1268107294c1f88c63f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index a72c01c614..214ef09f4a 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -928,6 +928,26 @@
928 </glossdef> 928 </glossdef>
929 </glossentry> 929 </glossentry>
930 930
931 <glossentry id='var-BUILD_OPTIMIZATION'><glossterm>BUILD_OPTIMIZATION</glossterm>
932 <glossdef>
933 <para>
934 Specifies the optimization flags passed to the C compiler
935 when building for the host or the SDK.
936 The flags are passed through the
937 <link linkend='var-BUILD_CFLAGS'><filename>BUILD_CFLAGS</filename></link>
938 and
939 <link linkend='var-BUILDSDK_CFLAGS'><filename>BUILDSDK_CFLAGS</filename></link>
940 default values.
941 </para>
942
943 <para>
944 The default value of the
945 <filename>BUILD_OPTIMIZATION</filename> variable is
946 "-O2 -pipe".
947 </para>
948 </glossdef>
949 </glossentry>
950
931 <glossentry id='var-BUILDDIR'><glossterm>BUILDDIR</glossterm> 951 <glossentry id='var-BUILDDIR'><glossterm>BUILDDIR</glossterm>
932 <glossdef> 952 <glossdef>
933 <para> 953 <para>