[Buildroot] [PATCH 1/1] Config.in: update BR2_OPTIMIZE_FAST label

Fabrice Fontaine fontaine.fabrice at gmail.com
Thu Jul 16 21:44:51 UTC 2020


Update label as suggested by Stéphane Veyret

Fixes:
 - https://bugs.buildroot.org/show_bug.cgi?id=13046

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config.in b/Config.in
index 0104d1319e..377e570065 100644
--- a/Config.in
+++ b/Config.in
@@ -521,7 +521,7 @@ config BR2_OPTIMIZE_S
 	  This is the default.
 
 config BR2_OPTIMIZE_FAST
-	bool "optimize for fast"
+	bool "optimize for fast (may break packages!)"
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
 	help
 	  Optimize for fast. Disregard strict standards
-- 
2.27.0



More information about the buildroot mailing list