]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample.extended: Add some additional comments for security flags
authorSaul Wold <sgw@linux.intel.com>
Wed, 16 Oct 2013 16:33:05 +0000 (09:33 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Oct 2013 14:42:49 +0000 (15:42 +0100)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample.extended

index 1db1a0b87cfcd8ebadfc0c2ac36feead73c48147..dd44110c1a398c697ca1d5fe151bb7cf02815619 100644 (file)
 # 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
 
@@ -258,4 +266,3 @@ export FC = "${CCACHE}${HOST_PREFIX}gfortran ${HOST_CC_ARCH}"
 #INITRAMFS_IMAGE = "core-image-minimal-initramfs"
 #INITRAMFS_IMAGE_BUNDLE = "1"
 
-