examples: Enable cxxinfo output if CONFIG_DEBUG_FEATURES is defined
fix the wrong logic Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
0786563bba
commit
a38acd685f
@ -38,8 +38,8 @@
|
||||
// Debug ********************************************************************
|
||||
// Non-standard debug that may be enabled just for testing the constructors
|
||||
|
||||
#ifndef CONFIG_DEBUG_FEATURES
|
||||
# undef CONFIG_DEBUG_CXX
|
||||
#ifdef CONFIG_DEBUG_FEATURES
|
||||
# define CONFIG_DEBUG_CXX
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DEBUG_CXX
|
||||
|
@ -35,8 +35,8 @@
|
||||
// Debug ********************************************************************
|
||||
// Non-standard debug that may be enabled just for testing the constructors
|
||||
|
||||
#ifndef CONFIG_DEBUG_FEATURES
|
||||
# undef CONFIG_DEBUG_CXX
|
||||
#ifdef CONFIG_DEBUG_FEATURES
|
||||
# define CONFIG_DEBUG_CXX
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DEBUG_CXX
|
||||
|
Loading…
Reference in New Issue
Block a user