From 0b69f06d76a0454f4564b2bc31f06811fcf36994 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 29 May 2014 11:37:40 +0300 Subject: ref-manual: Added BUILD_OPTIMIZATION variable to glossary. (From yocto-docs rev: 9fbeed1e440909a9d624a1268107294c1f88c63f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'documentation/ref-manual/ref-variables.xml') 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 @@ + BUILD_OPTIMIZATION + + + Specifies the optimization flags passed to the C compiler + when building for the host or the SDK. + The flags are passed through the + BUILD_CFLAGS + and + BUILDSDK_CFLAGS + default values. + + + + The default value of the + BUILD_OPTIMIZATION variable is + "-O2 -pipe". + + + + BUILDDIR -- cgit v1.2.3-54-g00ecf