Skip to content
Snippets Groups Projects
Commit 11489a85 authored by Steven Barth's avatar Steven Barth
Browse files

hardening: enable format security checking by default


Signed-off-by: default avatarSteven Barth <steven@midlink.org>

SVN-Revision: 46003
parent 41c53d8f
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ menu "Global build settings"
config PKG_CHECK_FORMAT_SECURITY
bool
prompt "Enable gcc format-security"
default n
default y
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment