mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 13:41:24 +00:00
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