Files
dianjixz 7b3db295a4 [update]
- add smidjson_component
- SConstruct_tool add new api
2024-11-25 11:13:59 +08:00

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