X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=blobdiff_plain;f=config%2FConfig-build.in;h=02fe1367914ebad91d5417161c31d900f58d5aee;hp=371ae7632adf053023e1a5e55b7a543b8a441c86;hb=7a1f4c50fa052bc40116f9e243ab15f0fba1ebf2;hpb=bbcf1fa610aa0029b58c0c2c69c03f8ac1f9160d 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"