On 4/16/25 2:44 AM, Chen Linxuan via B4 Relay wrote:
2. Make it depends on X86 and LOONGARCH, as I haven't test other architectures
That sounds weird to me. Shouldn't this option be made architecture- independent?
+config NO_AUTO_INLINE + bool "Disable compiler auto-inline optimizations (EXPERIMENTAL)" + default n + depends on CC_IS_GCC && (X86 || LOONGARCH)
Why "depends on CC_IS_GCC"? Please make sure that both gcc and clang are supported. Thanks, Bart.