summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/local.conf.sample.extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto/conf/local.conf.sample.extended')
-rw-r--r--meta-yocto/conf/local.conf.sample.extended10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index 521cdcbb78..4e5dc8f38f 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -57,7 +57,7 @@
57 57
58# The following are used to control options related to debugging. 58# The following are used to control options related to debugging.
59# 59#
60# Uncomment this to change the optimization to make debugging easer, at the 60# Uncomment this to change the optimization to make debugging easer, at the
61# possible cost of performance. 61# possible cost of performance.
62# DEBUG_BUILD = "1" 62# DEBUG_BUILD = "1"
63# 63#
@@ -131,9 +131,9 @@
131# build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system. 131# build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system.
132# 132#
133# Pseudo will attempt to determine if a 32-bit wrapper is necessary, but 133# Pseudo will attempt to determine if a 32-bit wrapper is necessary, but
134# it doesn't always guess properly. If you have 32-bit executables on 134# it doesn't always guess properly. If you have 32-bit executables on
135# your 64-bit build system, you likely want to set this to "0", 135# your 64-bit build system, you likely want to set this to "0",
136# otherwise you could end up with incorrect file attributes on the 136# otherwise you could end up with incorrect file attributes on the
137# target filesystem. 137# target filesystem.
138# 138#
139# Default is to not build 32 bit libs on 64 bit systems, uncomment this 139# Default is to not build 32 bit libs on 64 bit systems, uncomment this
@@ -270,7 +270,7 @@
270 270
271# 271#
272# GCC/LD FLAGS to enable more secure code generation 272# GCC/LD FLAGS to enable more secure code generation
273# 273#
274# By including the security_flags include file you enable flags 274# By including the security_flags include file you enable flags
275# to the compiler and linker that cause them to generate more secure 275# to the compiler and linker that cause them to generate more secure
276# code, this is enabled by default in the poky-lsb distro. 276# code, this is enabled by default in the poky-lsb distro.