PKG_CHECK_FORMAT_SECURITY: add a menuconfig option, disable by default

The idea is still to enable it by default at some point
I've tested all ar71xx packages (except oldpackages) using CONFIG_ALL=y
Failing packages have been marked with PKG_CHECK_FORMAT_SECURITY:=0 for now
I can test more targets but i have no idea which are the most used

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>

SVN-Revision: 42282
This commit is contained in:
John Crispin
2014-08-25 06:36:06 +00:00
parent bbcf1fa610
commit 7a1f4c50fa
2 changed files with 14 additions and 3 deletions

View File

@@ -93,6 +93,15 @@ menu "Global build settings"
If you are unsure, select N.
config PKG_CHECK_FORMAT_SECURITY
bool
prompt "Enable gcc format-security"
default n
help
Add -Wformat -Werror=format-security to the CFLAGS
You can disable this per package by adding
PKG_CHECK_FORMAT_SECURITY:=0 in the package Makefile
config PKG_BUILD_USE_JOBSERVER
bool
prompt "Use top-level make jobserver for packages"