Files

10 lines
239 B
Plaintext
Raw Permalink Normal View History

2024-11-25 11:13:59 +08:00
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