summaryrefslogtreecommitdiffstats
path: root/config/Config-build.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/Config-build.in')
-rw-r--r--config/Config-build.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/Config-build.in b/config/Config-build.in
index 371ae7632a..02fe136791 100644
--- a/config/Config-build.in
+++ b/config/Config-build.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"