samples: code_relocation: Disable code coverage.
Currently coverage is enabled only in platforms which dont have multiple memory regions. This sample was designed to emulate different memory regions. This in conjunction with gcov which might instrument data in different memory regions will not work as expected. Therefore disabling gcov for this sample. Fixes: GH-15107 Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
This commit is contained in:
parent
9f2188706c
commit
d39e68d6b2
|
@ -2,3 +2,4 @@ CONFIG_CODE_DATA_RELOCATION=y
|
|||
CONFIG_HAVE_CUSTOM_LINKER_SCRIPT=y
|
||||
CONFIG_CUSTOM_LINKER_SCRIPT="linker_arm_sram2.ld"
|
||||
CONFIG_CUSTOM_SECTIONS_LD=y
|
||||
CONFIG_COVERAGE=n
|
||||
|
|
Loading…
Reference in a new issue