toolchain: enable paranoid unsafe path check by default
This check is enabled for all build in the Buildroot autobuilders since [1] (i.e since 2015.02 release). Enable this option by default. [1] https://git.busybox.net/buildroot-test/commit/?id=41552e2a249de4568aa01f14bd588d1c8166f70b Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e35c2c1ae1
commit
61c8854cef
@ -683,6 +683,7 @@ menu "Advanced"
|
|||||||
|
|
||||||
config BR2_COMPILER_PARANOID_UNSAFE_PATH
|
config BR2_COMPILER_PARANOID_UNSAFE_PATH
|
||||||
bool "paranoid check of library/header paths"
|
bool "paranoid check of library/header paths"
|
||||||
|
default y
|
||||||
help
|
help
|
||||||
By default, when this option is disabled, when the Buildroot
|
By default, when this option is disabled, when the Buildroot
|
||||||
cross-compiler will encounter an unsafe library or header
|
cross-compiler will encounter an unsafe library or header
|
||||||
|
Loading…
Reference in New Issue
Block a user