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 ********************************************************************
|
// Debug ********************************************************************
|
||||||
// Non-standard debug that may be enabled just for testing the constructors
|
// Non-standard debug that may be enabled just for testing the constructors
|
||||||
|
|
||||||
#ifndef CONFIG_DEBUG_FEATURES
|
#ifdef CONFIG_DEBUG_FEATURES
|
||||||
# undef CONFIG_DEBUG_CXX
|
# define CONFIG_DEBUG_CXX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_DEBUG_CXX
|
#ifdef CONFIG_DEBUG_CXX
|
||||||
|
@ -35,8 +35,8 @@
|
|||||||
// Debug ********************************************************************
|
// Debug ********************************************************************
|
||||||
// Non-standard debug that may be enabled just for testing the constructors
|
// Non-standard debug that may be enabled just for testing the constructors
|
||||||
|
|
||||||
#ifndef CONFIG_DEBUG_FEATURES
|
#ifdef CONFIG_DEBUG_FEATURES
|
||||||
# undef CONFIG_DEBUG_CXX
|
# define CONFIG_DEBUG_CXX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_DEBUG_CXX
|
#ifdef CONFIG_DEBUG_CXX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user