Hi all, I have object files containing a large number of different moderately-sized functions (approximately 256 FLOPs each, no loops) that are called from a .c file. I would like to force the inlining of these functions using the Link-Time Optimizations available on GCC (-flto), as they are not being inlined automatically. Is there any way to do this? Thanks, G.