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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user