From: Romain Naour Date: Sun, 15 May 2016 10:26:00 +0000 (+0200) Subject: toolchain: enable paranoid unsafe path check by default X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61c8854cef2a41be3175bbf7f0992c31560a1dd7;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/Config.in b/Config.in index b5cc892cc7..93b4f69b54 100644 --- a/Config.in +++ b/Config.in @@ -683,6 +683,7 @@ menu "Advanced" config BR2_COMPILER_PARANOID_UNSAFE_PATH bool "paranoid check of library/header paths" + default y help By default, when this option is disabled, when the Buildroot cross-compiler will encounter an unsafe library or header