mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
gcov: Fix typographical errors
1. CONFIG_ARCH_COVERAGE has been replaced by CONFIG_SCHED_GCOV 2. Delete the SIM-specific GCOV_ALL configuration and change it to a universal configuration for all architectures Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
This commit is contained in:
committed by
Xiang Xiao
parent
27685aa179
commit
e3d7d23618
@@ -90,13 +90,6 @@ config SIM_UBSAN_DUMMY
|
||||
---help---
|
||||
Keep SIM_UBSAN compile time but disable runtime actions.
|
||||
|
||||
config SIM_GCOV_ALL
|
||||
bool "Enable code coverage for the entire image"
|
||||
default n
|
||||
---help---
|
||||
This option activates code coverage instrumentation for the
|
||||
entire image.
|
||||
|
||||
config SIM_GPROF
|
||||
bool "Enable gprof"
|
||||
depends on !SCHED_GPROF
|
||||
|
||||
Reference in New Issue
Block a user