Skip to:
Currently the COVERAGE build is building with -O3 which is great for day to day usage, but makes gcov reports less accurate. Mainly this is shown when the compiler does function inlining or out of order execution
Changesets merged
Currently the COVERAGE build is building with -O3 which is great for day to day usage, but makes gcov reports less accurate. Mainly this is shown when the compiler does function inlining or out of order execution