You've already forked M5Stack_Linux_Libs
mirror of
https://github.com/m5stack/M5Stack_Linux_Libs.git
synced 2026-05-20 11:01:38 -07:00
11 lines
276 B
Plaintext
11 lines
276 B
Plaintext
menuconfig NANO_LOG_ENABLED
|
|
bool "nano_log configuration"
|
|
default n
|
|
|
|
config NANO_LOG_DYNAMIC
|
|
bool "compile component as dynamic(shared) lib"
|
|
default n
|
|
depends on NANO_LOG_ENABLED
|
|
help
|
|
Enable include static lib(from gcc)
|