Skip to content
Commit f897e9e0 authored by Karl Zhang's avatar Karl Zhang
Browse files

Build: Add macro for enabling code coverage flag



Add TFM_CODE_COVERAGE for GNU compiler to output more symbol info
by the parameter "-g".

The code coverage will be disabled by default.
Define TFM_CODE_COVERAGE=True to enable the code coverage flag when
build.

This is a preparation for code coverage analysis after the binary run.
And the code coverage report will rely on the symbol info for
calculating.

Change-Id: I4d5c8ebd7fd0777c49ab06cbdf1b9e2e2efb3d1e
Signed-off-by: default avatarKarl Zhang <karl.zhang@arm.com>
parent b6814d54
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment