do what it thinks is best, which is desirable in some cases for size
reasons.
+config TPL_OPTIMIZE_INLINING
+ bool "Allow compiler to uninline functions marked 'inline' in TPL"
+ depends on TPL
+ help
+ This option determines if U-Boot forces gcc to inline the functions
+ developers have marked 'inline'. Doing so takes away freedom from gcc to
+ do what it thinks is best, which is desirable in some cases for size
+ reasons.
+
config ARCH_SUPPORTS_LTO
bool
If unsure, say n.
-config TPL_OPTIMIZE_INLINING
- bool "Allow compiler to uninline functions marked 'inline' in TPL"
- depends on TPL
- help
- This option determines if U-Boot forces gcc to inline the functions
- developers have marked 'inline'. Doing so takes away freedom from gcc to
- do what it thinks is best, which is desirable in some cases for size
- reasons.
-
config CC_COVERAGE
bool "Enable code coverage analysis"
depends on SANDBOX