Files
M5Stack_Linux_Libs/components/Backward_cpp/Kconfig
T
dianjixz 49df8c5def [init]
2024-04-10 12:21:46 +08:00

11 lines
226 B
Plaintext

menuconfig BACKWARD_CPP_ENABLED
bool "Enable Backward_cpp"
default n
config BACKWARD_CPP_DYNAMIC
bool "compile component as dynamic(shared) lib"
default n
depends on BACKWARD_CPP_ENABLED