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
7b3db295a4
- add smidjson_component - SConstruct_tool add new api
10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
menuconfig SIMDJSON_COMPENENT_ENABLED
|
|
bool "Enable simdjson"
|
|
default n
|
|
|
|
config SIMDJSON_COMPENENT_DYNAMIC
|
|
bool "compile component as dynamic(shared) lib"
|
|
default n
|
|
depends on SIMDJSON_COMPENENT_ENABLED
|
|
|