mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
d295b7d92d
Add "static" qualifier to inline functions. This avoids linking errors when compiling without -O flags. The "static" forces the inlining as described here: https://gcc.gnu.org/onlinedocs/gcc/Inline.html