I recently upgraded MCUXpresso from v11.2.1 to v11.6.0 and tried to rebuild a project developed in 11.2.1. I receive the following compiler warning:
warning: inlining failed in call to '<FunctionName>': --param max-inline-insns-single limit reached [-Winline]
I have made no other changes to the project code or project settings. According to the C/C++ Build Settings that I have configured, -finline-limit is not specified, and so it should revert to the default value.
Why would v11.6.0 fail to inline, while v11.2.1 succeeded?