From: Saul Wold Date: Wed, 16 Oct 2013 16:33:05 +0000 (-0700) Subject: local.conf.sample.extended: Add some additional comments for security flags X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7dd64b4810b53abca9d231c7b4bb39382348e33d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git local.conf.sample.extended: Add some additional comments for security flags Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index 4bc0c35e0e4..dfa4233d97b 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended @@ -215,6 +215,14 @@ # Remove the old image before the new one generated to save disk space #RM_OLD_IMAGE = "1" +# +# GCC/LD FLAGS to enable more secure code generation +# +# By including the security_flags include file you enable flags +# to the compiler and linker that cause them to generate more secure +# code, this is enabled by default in the poky-lsb distro. +# This does affect compile speed slightly. +# # Use the following line to enable the security compiler and linker flags to your build #require conf/distro/include/security_flags.inc