mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
libxx: Make HAVE_CXXINITIALIZE workable even HAVE_CXX isn't enabled
since this infrastructure is also used in no c++ case(e.g. gcov) Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alin Jerpelea
parent
b19b931722
commit
c1082f04d3
@@ -283,7 +283,6 @@ config ARCH_SIZET_LONG
|
||||
|
||||
config ARCH_COVERAGE
|
||||
bool "Enable code coverage analysis"
|
||||
select HAVE_CXX
|
||||
select HAVE_CXXINITIALIZE
|
||||
default n
|
||||
---help---
|
||||
|
||||
Reference in New Issue
Block a user